childDisplay property
ChildDisplayType
get
childDisplay
Implementation
ChildDisplayType get childDisplay =>
ChildDisplayType.fromValue(js_util.getProperty(this, 'childDisplay'));
set
childDisplay
(ChildDisplayType newValue)
Implementation
set childDisplay(ChildDisplayType newValue) {
js_util.setProperty(this, 'childDisplay', newValue.value);
}