toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final modelConfig = this.modelConfig;
final promptTemplate = this.promptTemplate;
final rubricContentType = this.rubricContentType;
final rubricTypeOntology = this.rubricTypeOntology;
return {
'modelConfig': ?modelConfig,
'promptTemplate': ?promptTemplate,
'rubricContentType': ?rubricContentType,
'rubricTypeOntology': ?rubricTypeOntology,
};
}