SpeechSynthesisUtterance constructor

SpeechSynthesisUtterance([
  1. String? text
])

Implementation

factory SpeechSynthesisUtterance([_i2.String? text]) => _i4.callConstructor(
      _declaredSpeechSynthesisUtterance,
      [text ?? _i6.undefined],
    );