VideoDiscoveryAd constructor
VideoDiscoveryAd({
- String? description1,
- String? description2,
- String? headline,
- String? thumbnail,
- YoutubeVideoDetails? video,
Implementation
VideoDiscoveryAd({
this.description1,
this.description2,
this.headline,
this.thumbnail,
this.video,
});