SpeechSynthesisEventInit constructor

SpeechSynthesisEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. required SpeechSynthesisUtterance utterance,
  5. int charIndex,
  6. int charLength,
  7. num elapsedTime,
  8. String name,
})

Implementation

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