removeAttributeNode property

Attr Function(Attr) removeAttributeNode

Implementation

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

Implementation

set removeAttributeNode(_i3.Attr Function(_i3.Attr) value) {
  _i4.setProperty(
    this,
    'removeAttributeNode',
    _i4.allowInterop(value),
  );
}