isOk property

bool isOk

Whether the response as a 'ok' status.

Implementation

bool get isOk => status == 'ok';