types property

Iterable<String> types

Implementation

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

Implementation

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