FakeWatcher constructor

FakeWatcher(
  1. String path
)

Implementation

FakeWatcher(this.path) {
  watchers.add(this);
}