childFragments property

Iterable<LayoutFragment> childFragments

Implementation

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

Implementation

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