SpeechSynthesisErrorEventInit constructor

SpeechSynthesisErrorEventInit({
  1. required SpeechSynthesisErrorCode error,
})

Implementation

factory SpeechSynthesisErrorEventInit(
        {required SpeechSynthesisErrorCode error}) =>
    SpeechSynthesisErrorEventInit._(error: error.value);