exclusive property

bool get exclusive

Implementation

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

Implementation

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