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