toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (imageVersion != null) 'imageVersion': imageVersion!,
if (optionalComponents != null)
'optionalComponents': optionalComponents!,
if (properties != null) 'properties': properties!,
};