InvideoTiming constructor

InvideoTiming({
  1. String? durationMs,
  2. String? offsetMs,
  3. String? type,
})

Implementation

InvideoTiming({
  this.durationMs,
  this.offsetMs,
  this.type,
});