createSection property

SectionNode Function() get createSection

Implementation

_i3.SectionNode Function() get createSection => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'createSection',
      ),
      r'call',
      [this],
    );
set createSection (SectionNode value())

Implementation

set createSection(_i3.SectionNode Function() value) {
  _i5.setProperty(
    this,
    'createSection',
    _i5.allowInterop(value),
  );
}