isOkStatus property

bool get isOkStatus

Returns true when the response status is OK

Implementation

bool get isOkStatus => status == ResponseStatus.ok;