toJson method

Map<String, dynamic> toJson()

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!,
};