toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final algorithm = this.algorithm;
  final bigstoreObjectRef = this.bigstoreObjectRef;
  final blobRef = this.blobRef;
  final blobstore2Info = this.blobstore2Info;
  final compositeMedia = this.compositeMedia;
  final contentType = this.contentType;
  final contentTypeInfo = this.contentTypeInfo;
  final cosmoBinaryReference = this.cosmoBinaryReference;
  final crc32cHash = this.crc32cHash;
  final diffChecksumsResponse = this.diffChecksumsResponse;
  final diffDownloadResponse = this.diffDownloadResponse;
  final diffUploadRequest = this.diffUploadRequest;
  final diffUploadResponse = this.diffUploadResponse;
  final diffVersionResponse = this.diffVersionResponse;
  final downloadParameters = this.downloadParameters;
  final filename = this.filename;
  final hash = this.hash;
  final hashVerified = this.hashVerified;
  final inline = this.inline;
  final isPotentialRetry = this.isPotentialRetry;
  final length = this.length;
  final md5Hash = this.md5Hash;
  final mediaId = this.mediaId;
  final objectId = this.objectId;
  final path = this.path;
  final referenceType = this.referenceType;
  final sha1Hash = this.sha1Hash;
  final sha256Hash = this.sha256Hash;
  final timestamp = this.timestamp;
  final token = this.token;
  return {
    'algorithm': ?algorithm,
    'bigstoreObjectRef': ?bigstoreObjectRef,
    'blobRef': ?blobRef,
    'blobstore2Info': ?blobstore2Info,
    'compositeMedia': ?compositeMedia,
    'contentType': ?contentType,
    'contentTypeInfo': ?contentTypeInfo,
    'cosmoBinaryReference': ?cosmoBinaryReference,
    'crc32cHash': ?crc32cHash,
    'diffChecksumsResponse': ?diffChecksumsResponse,
    'diffDownloadResponse': ?diffDownloadResponse,
    'diffUploadRequest': ?diffUploadRequest,
    'diffUploadResponse': ?diffUploadResponse,
    'diffVersionResponse': ?diffVersionResponse,
    'downloadParameters': ?downloadParameters,
    'filename': ?filename,
    'hash': ?hash,
    'hashVerified': ?hashVerified,
    'inline': ?inline,
    'isPotentialRetry': ?isPotentialRetry,
    'length': ?length,
    'md5Hash': ?md5Hash,
    'mediaId': ?mediaId,
    'objectId': ?objectId,
    'path': ?path,
    'referenceType': ?referenceType,
    'sha1Hash': ?sha1Hash,
    'sha256Hash': ?sha256Hash,
    'timestamp': ?timestamp,
    'token': ?token,
  };
}