multiEntry property

bool multiEntry

Implementation

bool get multiEntry => js_util.getProperty(this, 'multiEntry');
void multiEntry=(bool newValue)

Implementation

set multiEntry(bool newValue) {
  js_util.setProperty(this, 'multiEntry', newValue);
}