dropElements property

Iterable<String> dropElements

Implementation

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

Implementation

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