toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final appDeepLink = this.appDeepLink;
final descriptions = this.descriptions;
final headlines = this.headlines;
final html5MediaBundles = this.html5MediaBundles;
final images = this.images;
final mandatoryAdText = this.mandatoryAdText;
final youtubeVideos = this.youtubeVideos;
return {
'appDeepLink': ?appDeepLink,
'descriptions': ?descriptions,
'headlines': ?headlines,
'html5MediaBundles': ?html5MediaBundles,
'images': ?images,
'mandatoryAdText': ?mandatoryAdText,
'youtubeVideos': ?youtubeVideos,
};
}