children property

Implementation

Iterable<HIDCollectionInfo> get children =>
    js_util.getProperty(this, 'children');
void children=(Iterable<HIDCollectionInfo> newValue)

Implementation

set children(Iterable<HIDCollectionInfo> newValue) {
  js_util.setProperty(this, 'children', newValue);
}