toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (containerType != null) 'containerType': containerType!,
if (sha1Checksum != null) 'sha1Checksum': sha1Checksum!,
if (source != null) 'source': source!,
};