core.Map<core.String, core.dynamic> toJson() => { if (contents != null) 'contents': contents!, if (model != null) 'model': model!, if (vertexRagStore != null) 'vertexRagStore': vertexRagStore!, };