isJson property

bool get isJson

Returns whether this response type is JSON

Implementation

bool get isJson => this == ResponseType.json;