removeChild property

T Function<T extends Node>(T) removeChild

Implementation

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

Implementation

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