dependents property

  1. @nonVirtual
Set<BaseNotifier> dependents
finalinherited

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

Implementation

@nonVirtual
final Set<BaseNotifier> dependents = {};