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