isTextType property

bool get isTextType

Implementation

bool get isTextType =>
    type.startsWith('text') || isJsonType || isJavaScriptType;