isPending property
bool
get
isPending
Whether the query has no resolved data yet.
Implementation
bool get isPending => this is InfiniteQueryPending<TData, TError, TPageParam>;
Whether the query has no resolved data yet.
bool get isPending => this is InfiniteQueryPending<TData, TError, TPageParam>;