entryTypes property

Iterable<String> entryTypes

Implementation

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

Implementation

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