isError property
bool
get
isError
Whether the query has failed with an error.
Implementation
bool get isError => _status.value == QueryStatus.error;
Whether the query has failed with an error.
bool get isError => _status.value == QueryStatus.error;