ok property

bool get ok

Implementation

bool get ok => statusCode != null && (statusCode! ~/ 100) == 2;