Cuepoint constructor

Cuepoint({
  1. String? cueType,
  2. int? durationSecs,
  3. String? etag,
  4. String? id,
  5. String? insertionOffsetTimeMs,
  6. String? walltimeMs,
})

Implementation

Cuepoint({
  this.cueType,
  this.durationSecs,
  this.etag,
  this.id,
  this.insertionOffsetTimeMs,
  this.walltimeMs,
});