watchers property
List of watchers.
Implementation
List<Watcher> get watchers => _wrapped.watchers.toDart
.cast<$js.Watcher>()
.map((e) => Watcher.fromJS(e))
.toList();
List of watchers.
List<Watcher> get watchers => _wrapped.watchers.toDart
.cast<$js.Watcher>()
.map((e) => Watcher.fromJS(e))
.toList();