maxAlternatives property
int
get
maxAlternatives
Implementation
int get maxAlternatives => js_util.getProperty(this, 'maxAlternatives');
set
maxAlternatives
(int newValue)
Implementation
set maxAlternatives(int newValue) {
js_util.setProperty(this, 'maxAlternatives', newValue);
}