CommonInStreamAttribute constructor

CommonInStreamAttribute({
  1. String? actionButtonLabel,
  2. String? actionHeadline,
  3. ImageAsset? companionBanner,
  4. String? displayUrl,
  5. String? finalUrl,
  6. String? trackingUrl,
  7. YoutubeVideoDetails? video,
})

Implementation

CommonInStreamAttribute({
  this.actionButtonLabel,
  this.actionHeadline,
  this.companionBanner,
  this.displayUrl,
  this.finalUrl,
  this.trackingUrl,
  this.video,
});