SpeechSynthesisUtterance factory constructor

SpeechSynthesisUtterance([String text ])

Source

@DomName('SpeechSynthesisUtterance.SpeechSynthesisUtterance')
@DocsEditable()
factory SpeechSynthesisUtterance([String text]) {
  return _blink.BlinkSpeechSynthesisUtterance.instance
      .constructorCallback_1_(text);
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/SpeechSynthesisUtterance/SpeechSynthesisUtterance.html