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