isTimeout property

bool isTimeout

Whether the response as a 'error' status.

Implementation

bool get isTimeout => status == 'timeout';