toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (name != null) 'name': name!,
if (sizeGb != null) 'sizeGb': sizeGb!,
if (sourceImage != null) 'sourceImage': sourceImage!,
if (type != null) 'type': type!,
};