isError property

bool get isError

Whether this is a QueryError: the last fetch failed after its retries. Earlier data may still be in QueryError.staleData.

Implementation

bool get isError => this is QueryError<TData>;