getAttribute property

String? Function(String) getAttribute

Implementation

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

Implementation

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