VTTCue constructor

VTTCue(
  1. num startTime,
  2. num endTime,
  3. String text
)

Implementation

factory VTTCue(
  _i2.num startTime,
  _i2.num endTime,
  _i2.String text,
) =>
    _i4.callConstructor(
      _declaredVTTCue,
      [
        startTime,
        endTime,
        text,
      ],
    );