dependents property
A collection of notifiers that depend on this notifier. They will be disposed when this notifier is disposed.
Implementation
final Set<BaseNotifier> dependents = {};
A collection of notifiers that depend on this notifier. They will be disposed when this notifier is disposed.
final Set<BaseNotifier> dependents = {};