isRefetching property
bool
get
isRefetching
Whether the query is refetching in the background.
Implementation
bool get isRefetching => isFetching && !isPending;
Whether the query is refetching in the background.
bool get isRefetching => isFetching && !isPending;