allowAttributes property

dynamic allowAttributes

Implementation

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

Implementation

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