appendChild property

void Function(PageNode) get appendChild

Implementation

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

Implementation

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