toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (certificateHashMd5 != null)
'certificateHashMd5': certificateHashMd5!,
if (certificateHashSha1 != null)
'certificateHashSha1': certificateHashSha1!,
if (certificateHashSha256 != null)
'certificateHashSha256': certificateHashSha256!,
};