textContentType top-level property

ContentType textContentType
final

The text content type with charset utf-8.

Implementation

final ContentType textContentType = ContentType(
  'text',
  'plain',
  charset: 'utf-8',
);