childList property

bool get childList

Implementation

bool get childList => js_util.getProperty(this, 'childList');
set childList (bool newValue)

Implementation

set childList(bool newValue) {
  js_util.setProperty(this, 'childList', newValue);
}