isValid property

bool isValid

Implementation

bool get isValid =>
    status == APIResponseStatus.OK || status == APIResponseStatus.NOT_FOUND;