excludeAcceptAllOption property

bool get excludeAcceptAllOption

Implementation

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

Implementation

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