isJsonType property

bool isJsonType

Implementation

bool get isJsonType =>
    type == 'application/json' || type == 'text/json' || type == 'json';