toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final contentLanguage = this.contentLanguage;
final feedLabel = this.feedLabel;
final referencingPrimaryDataSources = this.referencingPrimaryDataSources;
return {
'contentLanguage': ?contentLanguage,
'feedLabel': ?feedLabel,
'referencingPrimaryDataSources': ?referencingPrimaryDataSources,
};
}