MastheadAd constructor

MastheadAd({
  1. String? autoplayVideoDuration,
  2. String? autoplayVideoStartMillisecond,
  3. String? callToActionButtonLabel,
  4. String? callToActionFinalUrl,
  5. String? callToActionTrackingUrl,
  6. List<YoutubeVideoDetails>? companionYoutubeVideos,
  7. String? description,
  8. String? headline,
  9. bool? showChannelArt,
  10. YoutubeVideoDetails? video,
  11. String? videoAspectRatio,
})

Implementation

MastheadAd({
  this.autoplayVideoDuration,
  this.autoplayVideoStartMillisecond,
  this.callToActionButtonLabel,
  this.callToActionFinalUrl,
  this.callToActionTrackingUrl,
  this.companionYoutubeVideos,
  this.description,
  this.headline,
  this.showChannelArt,
  this.video,
  this.videoAspectRatio,
});