hasAttribute property

bool Function(String) hasAttribute

Implementation

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

Implementation

set hasAttribute(_i2.bool Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'hasAttribute',
    _i4.allowInterop(value),
  );
}