isOK property

bool isOK

Returns true if status is a APIResponseStatus.OK.

Implementation

bool get isOK => status == APIResponseStatus.OK;