childFragments property
Iterable<LayoutFragment>
get
childFragments
Implementation
Iterable<LayoutFragment> get childFragments =>
js_util.getProperty(this, 'childFragments');
set
childFragments
(Iterable<LayoutFragment> newValue)
Implementation
set childFragments(Iterable<LayoutFragment> newValue) {
js_util.setProperty(this, 'childFragments', newValue);
}