toJson method

Map<String, dynamic> toJson()

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,
  };
}