grammars property

Implementation

SpeechGrammarList get grammars => js_util.getProperty(this, 'grammars');
void grammars=(SpeechGrammarList newValue)

Implementation

set grammars(SpeechGrammarList newValue) {
  js_util.setProperty(this, 'grammars', newValue);
}