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