recursive property

bool get recursive

Mode of the watcher.

Implementation

bool get recursive => _wrapped.recursive;
set recursive (bool v)

Implementation

set recursive(bool v) {
  _wrapped.recursive = v;
}