WatchOptions constructor

WatchOptions({
  1. bool persistent,
  2. bool recursive,
  3. String encoding,
})

Implementation

external factory WatchOptions(
    {bool persistent, bool recursive, String encoding});