toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (fewShotExamples != null) 'fewShotExamples': fewShotExamples!,
if (outputLanguageCode != null)
'outputLanguageCode': outputLanguageCode!,
if (summarizationSections != null)
'summarizationSections': summarizationSections!,
if (version != null) 'version': version!,
};