isOkStatus property
bool
get
isOkStatus
Returns true when the response status is OK
Implementation
bool get isOkStatus => status == ResponseStatus.ok;
Returns true when the response status is OK
bool get isOkStatus => status == ResponseStatus.ok;