toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (contentLanguage != null) 'contentLanguage': contentLanguage!,
if (feedLabel != null) 'feedLabel': feedLabel!,
if (referencingPrimaryDataSources != null)
'referencingPrimaryDataSources': referencingPrimaryDataSources!,
};