SpeechSynthesisEvent constructor

SpeechSynthesisEvent(
  1. String type,
  2. SpeechSynthesisEventInit eventInitDict
)

Implementation

external factory SpeechSynthesisEvent(
  String type,
  SpeechSynthesisEventInit eventInitDict,
);