toJson method

Map<String, dynamic> toJson()

Implementation

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