removeNamedItemNS property

Attr Function(String, [String?]) removeNamedItemNS

Implementation

_i3.Attr Function(
  _i2.String, [
  _i2.String?,
]) get removeNamedItemNS => (
      _i2.String p1, [
      _i2.String? p0,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'removeNamedItemNS',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
            p1,
          ],
        );
void removeNamedItemNS=(Attr value(String, [String?]))

Implementation

set removeNamedItemNS(
    _i3.Attr Function(
      _i2.String, [
      _i2.String?,
    ]) value) {
  _i4.setProperty(
    this,
    'removeNamedItemNS',
    _i4.allowInterop(value),
  );
}