dependents property

Set<BaseNotifier> dependents
finalinherited

A collection of notifiers that depend on this notifier. They will be disposed when this notifier is disposed.

Implementation

final Set<BaseNotifier> dependents = {};