Media constructor

Media({
  1. String? algorithm,
  2. String? bigstoreObjectRef,
  3. String? blobRef,
  4. Blobstore2Info? blobstore2Info,
  5. List<CompositeMedia>? compositeMedia,
  6. String? contentType,
  7. ContentTypeInfo? contentTypeInfo,
  8. String? cosmoBinaryReference,
  9. int? crc32cHash,
  10. DiffChecksumsResponse? diffChecksumsResponse,
  11. DiffDownloadResponse? diffDownloadResponse,
  12. DiffUploadRequest? diffUploadRequest,
  13. DiffUploadResponse? diffUploadResponse,
  14. DiffVersionResponse? diffVersionResponse,
  15. DownloadParameters? downloadParameters,
  16. String? filename,
  17. String? hash,
  18. bool? hashVerified,
  19. String? inline,
  20. bool? isPotentialRetry,
  21. String? length,
  22. String? md5Hash,
  23. String? mediaId,
  24. ObjectId? objectId,
  25. String? path,
  26. String? referenceType,
  27. String? sha1Hash,
  28. String? sha256Hash,
  29. String? timestamp,
  30. String? token,
})

Implementation

Media({
  this.algorithm,
  this.bigstoreObjectRef,
  this.blobRef,
  this.blobstore2Info,
  this.compositeMedia,
  this.contentType,
  this.contentTypeInfo,
  this.cosmoBinaryReference,
  this.crc32cHash,
  this.diffChecksumsResponse,
  this.diffDownloadResponse,
  this.diffUploadRequest,
  this.diffUploadResponse,
  this.diffVersionResponse,
  this.downloadParameters,
  this.filename,
  this.hash,
  this.hashVerified,
  this.inline,
  this.isPotentialRetry,
  this.length,
  this.md5Hash,
  this.mediaId,
  this.objectId,
  this.path,
  this.referenceType,
  this.sha1Hash,
  this.sha256Hash,
  this.timestamp,
  this.token,
});