allowAttributes property

dynamic get allowAttributes

Implementation

dynamic get allowAttributes => js_util.getProperty(this, 'allowAttributes');
set allowAttributes (dynamic newValue)

Implementation

set allowAttributes(dynamic newValue) {
  js_util.setProperty(this, 'allowAttributes', newValue);
}