toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final blobRef = this.blobRef;
  final blobstore2Info = this.blobstore2Info;
  final cosmoBinaryReference = this.cosmoBinaryReference;
  final crc32cHash = this.crc32cHash;
  final inline = this.inline;
  final length = this.length;
  final md5Hash = this.md5Hash;
  final objectId = this.objectId;
  final path = this.path;
  final referenceType = this.referenceType;
  final sha1Hash = this.sha1Hash;
  return {
    'blobRef': ?blobRef,
    'blobstore2Info': ?blobstore2Info,
    'cosmoBinaryReference': ?cosmoBinaryReference,
    'crc32cHash': ?crc32cHash,
    'inline': ?inline,
    'length': ?length,
    'md5Hash': ?md5Hash,
    'objectId': ?objectId,
    'path': ?path,
    'referenceType': ?referenceType,
    'sha1Hash': ?sha1Hash,
  };
}