hasAttributes property

bool Function() hasAttributes

Implementation

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

Implementation

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