utterance property

SpeechSynthesisUtterance get utterance

Implementation

_i3.SpeechSynthesisUtterance get utterance => _i4.getProperty(
      this,
      'utterance',
    );
set utterance (SpeechSynthesisUtterance value)

Implementation

set utterance(_i3.SpeechSynthesisUtterance value) {
  _i4.setProperty(
    this,
    'utterance',
    value,
  );
}