On this page
text property
String textSource
@DomName('VTTCue.text')
@DocsEditable()
@Experimental() // untriaged
String get text => _blink.BlinkVTTCue.instance.text_Getter_(this);
void text=(Source
@DomName('VTTCue.text')
@DocsEditable()
@Experimental() // untriaged
set text(String value) =>
_blink.BlinkVTTCue.instance.text_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/VttCue/text.html