textContentType top-level property
The text content type with charset utf-8.
Implementation
final ContentType textContentType = ContentType(
'text',
'plain',
charset: 'utf-8',
);
The text content type with charset utf-8.
final ContentType textContentType = ContentType(
'text',
'plain',
charset: 'utf-8',
);