isTextType property

bool isTextType

Implementation

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