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