SpeechSynthesisEventInit constructor
SpeechSynthesisEventInit({})
Implementation
external factory SpeechSynthesisEventInit({
bool bubbles,
bool cancelable,
bool composed,
required SpeechSynthesisUtterance utterance,
int charIndex,
int charLength,
num elapsedTime,
String name,
});