childList property

bool childList

Implementation

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

Implementation

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