isSuccess property

bool get isSuccess

Implementation

bool get isSuccess => response.statusCode! >= 200 && response.statusCode! < 300;