SpeechSynthesisErrorEvent constructor

SpeechSynthesisErrorEvent(
  1. String type,
  2. SpeechSynthesisErrorEventInit eventInitDict
)

Implementation

factory SpeechSynthesisErrorEvent(
  _i2.String type,
  _i3.SpeechSynthesisErrorEventInit eventInitDict,
) =>
    _i4.callConstructor(
      _declaredSpeechSynthesisErrorEvent,
      [
        type,
        eventInitDict,
      ],
    );