toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (errorCount != null) 'errorCount': errorCount!,
if (nodeHours != null) 'nodeHours': nodeHours!,
if (outputPath != null) 'outputPath': outputPath!,
if (predictionCount != null) 'predictionCount': predictionCount!,
};