multiEntry property

bool get multiEntry

Implementation

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

Implementation

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