insertNode property

void Function(Node) get insertNode

Implementation

void Function(_i3.Node) get insertNode => (_i3.Node p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'insertNode',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set insertNode (void value(Node))

Implementation

set insertNode(void Function(_i3.Node) value) {
  _i4.setProperty(
    this,
    'insertNode',
    _i4.allowInterop(value),
  );
}