insertChild property

void Function(num, PageNode) get insertChild

Implementation

void Function(
  _i2.num,
  _i3.PageNode,
) get insertChild => (
      _i2.num p0,
      _i3.PageNode p1,
    ) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'insertChild',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        );
set insertChild (void value(num, PageNode))

Implementation

set insertChild(
    void Function(
      _i2.num,
      _i3.PageNode,
    ) value) {
  _i5.setProperty(
    this,
    'insertChild',
    _i5.allowInterop(value),
  );
}