isServerError property
bool
get
isServerError
Implementation
bool get isServerError => statusCode != null && statusCode! >= 500;
bool get isServerError => statusCode != null && statusCode! >= 500;