activeWatcherCount property

int get activeWatcherCount

Get count of active watchers (useful for debugging)

Implementation

int get activeWatcherCount => _workers.where((w) => !w.isDisposed).length;