toJson method

Map<String, dynamic> toJson()

Implementation

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