subtree property
bool?
get
subtree
Set to true if mutations to not just target, but also target's descendants are to be observed.
Implementation
_i2.bool? get subtree => _i4.getProperty(
this,
'subtree',
);
set
subtree
(bool? value)
Implementation
set subtree(_i2.bool? value) {
_i4.setProperty(
this,
'subtree',
value ?? _i6.undefined,
);
}