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