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