Watcher<A, S> constructor
Watcher<A, S> ({
- required _Watch<
dynamic, S> watch,
Implementation
Watcher({
required this.watch
});
Watcher({
required this.watch
});