toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (annotationSpec != null) 'annotationSpec': annotationSpec!.toJson(),
if (areaUnderCurve != null) 'areaUnderCurve': areaUnderCurve!,
if (confidenceMetricsEntries != null)
'confidenceMetricsEntries':
confidenceMetricsEntries!.map((value) => value.toJson()).toList(),
if (meanAveragePrecision != null)
'meanAveragePrecision': meanAveragePrecision!,
};