isError property
bool
get
isError
Whether the most recent request failed.
Implementation
bool get isError => status == ResourceStatus.error;
Whether the most recent request failed.
bool get isError => status == ResourceStatus.error;