maxAlternatives property

int maxAlternatives

Implementation

int get maxAlternatives => js_util.getProperty(this, 'maxAlternatives');
void maxAlternatives=(int newValue)

Implementation

set maxAlternatives(int newValue) {
  js_util.setProperty(this, 'maxAlternatives', newValue);
}