SpeechSynthesisEvent constructor
SpeechSynthesisEvent(
- String type,
- SpeechSynthesisEventInit eventInitDict
Implementation
factory SpeechSynthesisEvent(
_i2.String type,
_i3.SpeechSynthesisEventInit eventInitDict,
) =>
_i4.callConstructor(
_declaredSpeechSynthesisEvent,
[
type,
eventInitDict,
],
);