attributes property
bool?
get
attributes
Set to true if mutations to target's attributes are to be observed. Can be omitted if attributeOldValue or attributeFilter is specified.
Implementation
_i2.bool? get attributes => _i4.getProperty(
this,
'attributes',
);
set
attributes
(bool? value)
Implementation
set attributes(_i2.bool? value) {
_i4.setProperty(
this,
'attributes',
value ?? _i6.undefined,
);
}