appendChild property

T Function<T extends Node>(T) appendChild

Implementation

T Function<T extends _i3.Node>(T) get appendChild =>
    <T extends _i3.Node>(T p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'appendChild',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void appendChild=(T value<T extends Node>(T))

Implementation

set appendChild(T Function<T extends _i3.Node>(T) value) {
  _i4.setProperty(
    this,
    'appendChild',
    _i4.allowInterop(value),
  );
}