childList property

bool? get childList

Set to true if mutations to target's children are to be observed.

Implementation

_i2.bool? get childList => _i4.getProperty(
      this,
      'childList',
    );
set childList (bool? value)

Implementation

set childList(_i2.bool? value) {
  _i4.setProperty(
    this,
    'childList',
    value ?? _i6.undefined,
  );
}