anyFetching property
bool
get
anyFetching
Returns true if ANY query is currently fetching.
Reactive: You can use this inside a ZenObserver to show a global loading indicator.
Implementation
static bool get anyFetching => activeFetches.value > 0;