SetWatchersAction<S> constructor

SetWatchersAction<S>(
  1. List<Watcher<dynamic, S>> watchers
)

Implementation

SetWatchersAction(this.watchers);