setAttributeNode property
Implementation
_i3.Attr? Function(_i3.Attr) get setAttributeNode =>
    (_i3.Attr p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'setAttributeNode',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );