attributes property

bool get attributes

Implementation

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

Implementation

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