isJson property
bool
get
isJson
Returns whether this response type is JSON
Implementation
bool get isJson => this == ResponseType.json;
Returns whether this response type is JSON
bool get isJson => this == ResponseType.json;