V2TimVideoElem constructor

V2TimVideoElem({
  1. String? videoPath,
  2. String? UUID,
  3. int? videoSize,
  4. int? duration,
  5. String? snapshotPath,
  6. String? snapshotUUID,
  7. int? snapshotSize,
  8. int? snapshotWidth,
  9. int? snapshotHeight,
  10. String? videoUrl,
  11. String? snapshotUrl,
  12. String? localVideoUrl,
  13. String? localSnapshotUrl,
})

Implementation

V2TimVideoElem({
  this.videoPath,
  // ignore: non_constant_identifier_names
  this.UUID,
  this.videoSize,
  this.duration,
  this.snapshotPath,
  this.snapshotUUID,
  this.snapshotSize,
  this.snapshotWidth,
  this.snapshotHeight,
  this.videoUrl,
  this.snapshotUrl,
  this.localVideoUrl,
  this.localSnapshotUrl,
});