utterance property

Implementation

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

Implementation

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