toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final actionButtonLabels = this.actionButtonLabels;
final companionBanners = this.companionBanners;
final customParameters = this.customParameters;
final descriptions = this.descriptions;
final displayUrlBreadcrumb1 = this.displayUrlBreadcrumb1;
final displayUrlBreadcrumb2 = this.displayUrlBreadcrumb2;
final domain = this.domain;
final finalUrl = this.finalUrl;
final headlines = this.headlines;
final longHeadlines = this.longHeadlines;
final trackingUrl = this.trackingUrl;
final videos = this.videos;
return {
'actionButtonLabels': ?actionButtonLabels,
'companionBanners': ?companionBanners,
'customParameters': ?customParameters,
'descriptions': ?descriptions,
'displayUrlBreadcrumb1': ?displayUrlBreadcrumb1,
'displayUrlBreadcrumb2': ?displayUrlBreadcrumb2,
'domain': ?domain,
'finalUrl': ?finalUrl,
'headlines': ?headlines,
'longHeadlines': ?longHeadlines,
'trackingUrl': ?trackingUrl,
'videos': ?videos,
};
}