html property
final
Content type for HTML using UTF-8 encoding.
text/html; charset=utf-8
Implementation
@pragma('vm:shared')
static final html = ContentType("text", "html", charset: "utf-8");
Content type for HTML using UTF-8 encoding.
text/html; charset=utf-8
@pragma('vm:shared')
static final html = ContentType("text", "html", charset: "utf-8");