childDisplay property

ChildDisplayType childDisplay

Implementation

ChildDisplayType get childDisplay =>
    ChildDisplayType.fromValue(js_util.getProperty(this, 'childDisplay'));
void childDisplay=(ChildDisplayType newValue)

Implementation

set childDisplay(ChildDisplayType newValue) {
  js_util.setProperty(this, 'childDisplay', newValue.value);
}