toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (cpu != null) 'cpu': cpu!,
if (maxCount != null) 'maxCount': maxCount!,
if (memoryGb != null) 'memoryGb': memoryGb!,
if (minCount != null) 'minCount': minCount!,
if (storageGb != null) 'storageGb': storageGb!,
};