Mode of the watcher.
bool get recursive => _wrapped.recursive;
set recursive(bool v) { _wrapped.recursive = v; }