toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (failedCount != null) 'failedCount': failedCount!,
if (incompleteCount != null) 'incompleteCount': incompleteCount!,
if (successfulCount != null) 'successfulCount': successfulCount!,
if (successfulForecastPointCount != null)
'successfulForecastPointCount': successfulForecastPointCount!,
};