isJson property

bool get isJson

Returns true if the response is a JSON object.

Implementation

bool get isJson => isRight;