Media constructor

Media(
  1. FileType? fileType,
  2. VerificationAction? movement,
  3. MediaType? mediaType,
  4. String? videoPath,
  5. String? bestShotPath,
  6. String? preferredMediaPath,
  7. String? archivePath,
  8. MediaTag? tag,
  9. String? losslessFrame, {
  10. String? dataContainerId,
  11. Uint8List? dataContainerBytes,
})

Implementation

Media(
    this.fileType,
    this.movement,
    this.mediaType,
    this.videoPath,
    this.bestShotPath,
    this.preferredMediaPath,
    this.archivePath,
    this.tag,
    this.losslessFrame, {
      this.dataContainerId,
      this.dataContainerBytes,
    });