isError property
bool
get
isError
Whether the query resulted in an error.
Implementation
bool get isError => status == QueryStatus.error;
Whether the query resulted in an error.
bool get isError => status == QueryStatus.error;