isError property
bool
get
isError
Whether the query is in an error state.
Implementation
bool get isError => this is QueryError<TData, TError>;
Whether the query is in an error state.
bool get isError => this is QueryError<TData, TError>;