SpeechSynthesisEventInit constructor

SpeechSynthesisEventInit({
  1. num? charIndex,
  2. num? charLength,
  3. num? elapsedTime,
  4. String? name,
  5. SpeechSynthesisUtterance? utterance,
  6. bool? bubbles,
  7. bool? cancelable,
  8. bool? composed,
})

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,
    );