VideoDiscoveryAd constructor

VideoDiscoveryAd({
  1. String? description1,
  2. String? description2,
  3. String? headline,
  4. String? thumbnail,
  5. YoutubeVideoDetails? video,
})

Implementation

VideoDiscoveryAd({
  this.description1,
  this.description2,
  this.headline,
  this.thumbnail,
  this.video,
});