isRefetching property
bool
get
isRefetching
Whether the query is currently refetching (loading while having data)
Implementation
bool get isRefetching => isLoading.value && hasData;
Whether the query is currently refetching (loading while having data)
bool get isRefetching => isLoading.value && hasData;