allowElements property

Iterable<String> allowElements

Implementation

Iterable<String> get allowElements =>
    js_util.getProperty(this, 'allowElements');
void allowElements=(Iterable<String> newValue)

Implementation

set allowElements(Iterable<String> newValue) {
  js_util.setProperty(this, 'allowElements', newValue);
}