toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bucketCounts != null) 'bucketCounts': bucketCounts!,
if (bucketOptions != null) 'bucketOptions': bucketOptions!,
if (count != null) 'count': count!,
if (exemplars != null) 'exemplars': exemplars!,
if (mean != null) 'mean': mean!,
if (range != null) 'range': range!,
if (sumOfSquaredDeviation != null)
'sumOfSquaredDeviation': sumOfSquaredDeviation!,
};