WatchEvent constructor

WatchEvent(
  1. ChangeType type,
  2. String path
)

Implementation

WatchEvent(this.type, this.path);