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