anyMutating property
bool
get
anyMutating
Returns true if ANY mutation is currently running.
Reactive: You can use this inside a ZenObserver to show a global loading indicator.
Implementation
static bool get anyMutating => activeMutations.value > 0;