getAttributeNode property

Attr? Function(String) getAttributeNode

Implementation

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

Implementation

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