isTextMediaType method

bool isTextMediaType()

Checks if this MIME part is textual.

Implementation

bool isTextMediaType() => mediaType.isText;