toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (annotations != null) 'annotations': annotations!,
  if (createTime != null) 'createTime': createTime!,
  if (fetchTime != null) 'fetchTime': fetchTime!,
  if (hashes != null) 'hashes': hashes!,
  if (name != null) 'name': name!,
  if (owner != null) 'owner': owner!,
  if (sizeBytes != null) 'sizeBytes': sizeBytes!,
  if (updateTime != null) 'updateTime': updateTime!,
};