SpeechSynthesisUtterance constructor

SpeechSynthesisUtterance([
  1. String? text
])

Implementation

factory SpeechSynthesisUtterance([String? text]) =>
    SpeechSynthesisUtterance._(text ?? undefined);