excludeAcceptAllOption property

bool excludeAcceptAllOption

Implementation

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

Implementation

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