isError property
bool
get
isError
Returns true if the service encountered an error while fetching data.
Implementation
bool get isError => status == ServiceStatus.failed;
Returns true if the service encountered an error while fetching data.
bool get isError => status == ServiceStatus.failed;