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