blockElements property

Iterable<String> blockElements

Implementation

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

Implementation

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