SpeechSynthesisErrorEventInit constructor
SpeechSynthesisErrorEventInit({
- bool bubbles,
- bool cancelable,
- bool composed,
- required SpeechSynthesisUtterance utterance,
- int charIndex,
- int charLength,
- num elapsedTime,
- String name,
- required SpeechSynthesisErrorCode error,
Implementation
external factory SpeechSynthesisErrorEventInit({
bool bubbles,
bool cancelable,
bool composed,
required SpeechSynthesisUtterance utterance,
int charIndex,
int charLength,
num elapsedTime,
String name,
required SpeechSynthesisErrorCode error,
});