attributes property

bool attributes

Implementation

bool get attributes => js_util.getProperty(this, 'attributes');
void attributes=(bool newValue)

Implementation

set attributes(bool newValue) {
  js_util.setProperty(this, 'attributes', newValue);
}