toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bucketSize != null) 'bucketSize': bucketSize!,
if (bucketValueCount != null) 'bucketValueCount': bucketValueCount!,
if (bucketValues != null) 'bucketValues': bucketValues!,
if (maxAnonymity != null) 'maxAnonymity': maxAnonymity!,
if (minAnonymity != null) 'minAnonymity': minAnonymity!,
};