isSuccessful property
bool
get
isSuccessful
Whether the response is a 2xx success.
Implementation
bool get isSuccessful => statusCode >= 200 && statusCode < 300;
Whether the response is a 2xx success.
bool get isSuccessful => statusCode >= 200 && statusCode < 300;