SpeechSynthesisEventInit constructor
SpeechSynthesisEventInit({})
Implementation
factory SpeechSynthesisEventInit({
_i2.num? charIndex,
_i2.num? charLength,
_i2.num? elapsedTime,
_i2.String? name,
_i3.SpeechSynthesisUtterance? utterance,
_i2.bool? bubbles,
_i2.bool? cancelable,
_i2.bool? composed,
}) =>
SpeechSynthesisEventInit._(
charIndex: charIndex,
charLength: charLength,
elapsedTime: elapsedTime,
name: name,
utterance: utterance ?? _i6.undefined,
bubbles: bubbles,
cancelable: cancelable,
composed: composed,
);