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