toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bucketSize != null) 'bucketSize': bucketSize!,
if (lowerBound != null) 'lowerBound': lowerBound!,
if (upperBound != null) 'upperBound': upperBound!,
};