recursive property
bool
get
recursive
Implementation
_i2.bool get recursive => _i3.getProperty(
this,
'recursive',
);
set
recursive
(bool value)
Implementation
set recursive(_i2.bool value) {
_i3.setProperty(
this,
'recursive',
value,
);
}