setAttributeNodeNS property

Attr? Function(Attr) setAttributeNodeNS

Implementation

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

Implementation

set setAttributeNodeNS(_i3.Attr? Function(_i3.Attr) value) {
  _i4.setProperty(
    this,
    'setAttributeNodeNS',
    _i4.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
  );
}