Watcher<A, S> constructor

Watcher<A, S>({
  1. required _Watch<dynamic, S> watch,
})

Implementation

Watcher({
  required this.watch
});