WatchFileOptions constructor

WatchFileOptions({
  1. bool bigint,
  2. bool persistent,
  3. int interval,
})

Implementation

external factory WatchFileOptions(
    {bool bigint, bool persistent, int interval});