text property - ContentType class - dart:io library (original) (raw)

description

ContentType text

final

Content type for plain text using UTF-8 encoding.

text/plain; charset=utf-8

Implementation

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