utterance property

Implementation

SpeechSynthesisUtterance get utterance =>
    js_util.getProperty(this, 'utterance');
void utterance=(SpeechSynthesisUtterance newValue)

Implementation

set utterance(SpeechSynthesisUtterance newValue) {
  js_util.setProperty(this, 'utterance', newValue);
}