ok property

bool get ok

The ok value.

Implementation

bool get ok => status >= 200 && status < 300;