isClientError property
bool
get
isClientError
Implementation
bool get isClientError =>
statusCode != null && statusCode! >= 400 && statusCode! < 500;
bool get isClientError =>
statusCode != null && statusCode! >= 400 && statusCode! < 500;