watchers property

  1. @protected
Set<ReactiveNotifier> watchers
getter/setter pairinherited

The set of notifiers that this watcher is listening to.

Implementation

@protected
Set<ReactiveNotifier> watchers = {};