toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (contentSource != null) 'contentSource': contentSource!,
  if (createInfo != null) 'createInfo': createInfo!,
  if (dynamicFeedId != null) 'dynamicFeedId': dynamicFeedId!,
  if (dynamicFeedName != null) 'dynamicFeedName': dynamicFeedName!,
  if (element != null) 'element': element!,
  if (feedIngestionStatus != null)
    'feedIngestionStatus': feedIngestionStatus!,
  if (feedSchedule != null) 'feedSchedule': feedSchedule!,
  if (hasPublished != null) 'hasPublished': hasPublished!,
  if (lastModifiedInfo != null) 'lastModifiedInfo': lastModifiedInfo!,
  if (status != null) 'status': status!,
  if (studioAdvertiserId != null) 'studioAdvertiserId': studioAdvertiserId!,
};