removeAttribute property

void Function(String) removeAttribute

Implementation

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

Implementation

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