isSuccess property
bool
get
isSuccess
Whether the query has resolved data.
Implementation
bool get isSuccess => this is InfiniteQuerySuccess<TData, TError, TPageParam>;
Whether the query has resolved data.
bool get isSuccess => this is InfiniteQuerySuccess<TData, TError, TPageParam>;