recursive property
bool?
get
recursive
Delete the content recursively if a folder is denoted.
Implementation
_i2.bool? get recursive => _i5.getProperty(
this,
'recursive',
);
set
recursive
(bool? value)
Implementation
set recursive(_i2.bool? value) {
_i5.setProperty(
this,
'recursive',
value ?? _i6.undefined,
);
}