isJson property
bool
get
isJson
Returns whether this media type is structured as a JSON file.
Implementation
bool get isJson => matches(json) || structuredSyntaxSuffix == "+json";
Returns whether this media type is structured as a JSON file.
bool get isJson => matches(json) || structuredSyntaxSuffix == "+json";