isOk property

bool isOk

Whether statusCode is below 400.

Implementation

bool get isOk => statusCode < 400;