TEXT property

ContentType TEXT
final

Content type for plain text using UTF-8 encoding.

text/plain; charset=utf-8

Implementation

static final TEXT = new ContentType("text", "plain", charset: "utf-8")