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