toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (allowMultiLabel != null) 'allowMultiLabel': allowMultiLabel!,
if (annotationSpecSet != null) 'annotationSpecSet': annotationSpecSet!,
if (sentimentConfig != null) 'sentimentConfig': sentimentConfig!,
};