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