recursive property
bool
get
recursive
Whether the operation is recursive (for directories only).
Implementation
bool get recursive => _wrapped.recursive;
set
recursive
(bool v)
Implementation
set recursive(bool v) {
_wrapped.recursive = v;
}