textPlain constant

MediaType const textPlain

text/plain media type

Implementation

static const MediaType textPlain = MediaType(
  'text/plain',
  MediaToptype.text,
  MediaSubtype.textPlain,
);