SpeechSynthesisEvent constructor

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

Implementation

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