factory VttCue(num startTime, num endTime, String text) { return VttCue._create_1(startTime, endTime, text); }