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