WatchOptions constructor
const
WatchOptions({})
Creates watch options with the specified configuration.
Implementation
const WatchOptions({
this.flush = FlushMode.pre,
this.immediate = false,
this.deep = false,
this.once = false,
});