1. Deprecated("Internal Use Only")
SpeechSynthesisUtterance internalCreateSpeechSynthesisUtterance()

Source

@Deprecated("Internal Use Only")
static SpeechSynthesisUtterance internalCreateSpeechSynthesisUtterance() {
  return new SpeechSynthesisUtterance._internalWrap();
}