lang property

String lang

Source

@DomName('SpeechSynthesisUtterance.lang')
@DocsEditable()
String get lang =>
    _blink.BlinkSpeechSynthesisUtterance.instance.lang_Getter_(this);
void lang=(String value)

Source

@DomName('SpeechSynthesisUtterance.lang')
@DocsEditable()
set lang(String value) =>
    _blink.BlinkSpeechSynthesisUtterance.instance.lang_Setter_(this, value);

© 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/lang.html