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