toJson method

Map<String, dynamic> toJson()

Implementation

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