VideoElem constructor

VideoElem({
  1. String? videoPath,
  2. String? videoUUID,
  3. String? videoUrl,
  4. String? videoType,
  5. int? videoSize,
  6. int? duration,
  7. String? snapshotPath,
  8. String? snapshotUUID,
  9. int? snapshotSize,
  10. String? snapshotUrl,
  11. int? snapshotWidth,
  12. int? snapshotHeight,
})

Implementation

VideoElem(
    {this.videoPath,
    this.videoUUID,
    this.videoUrl,
    this.videoType,
    this.videoSize,
    this.duration,
    this.snapshotPath,
    this.snapshotUUID,
    this.snapshotSize,
    this.snapshotUrl,
    this.snapshotWidth,
    this.snapshotHeight});