VttCue factory constructor

VttCue(num startTime, num endTime, String text)

Source

@DomName('VTTCue.VTTCue')
@DocsEditable()
factory VttCue(num startTime, num endTime, String text) {
  return _blink.BlinkVTTCue.instance
      .constructorCallback_3_(startTime, endTime, 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/VttCue/VttCue.html