recursive property

bool get recursive

Mode of the observed entry.

Implementation

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

Implementation

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