toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (cpuReports != null) 'cpuReports': cpuReports!,
if (memoryReports != null) 'memoryReports': memoryReports!,
if (modelReports != null) 'modelReports': modelReports!,
if (storageReports != null) 'storageReports': storageReports!,
};