core.Map<core.String, core.dynamic> toJson() { final integerBuckets = this.integerBuckets; return {'integerBuckets': ?integerBuckets}; }