exclusive property

bool exclusive

Implementation

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

Implementation

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