html property - ContentType class - dart:io library (original) (raw)
ContentType html
final
Content type for HTML using UTF-8 encoding.
text/html; charset=utf-8
Implementation
static final html = ContentType("text", "html", charset: "utf-8");
ContentType html
final
Content type for HTML using UTF-8 encoding.
text/html; charset=utf-8
static final html = ContentType("text", "html", charset: "utf-8");