NativeContent constructor

NativeContent({
  1. String? advertiserName,
  2. Image? appIcon,
  3. String? body,
  4. String? callToAction,
  5. String? clickLinkUrl,
  6. String? clickTrackingUrl,
  7. String? headline,
  8. Image? image,
  9. String? priceDisplayText,
  10. double? starRating,
  11. String? videoUrl,
  12. String? videoVastXml,
})

Implementation

NativeContent({
  this.advertiserName,
  this.appIcon,
  this.body,
  this.callToAction,
  this.clickLinkUrl,
  this.clickTrackingUrl,
  this.headline,
  this.image,
  this.logo,
  this.priceDisplayText,
  this.starRating,
  this.videoUrl,
  this.videoVastXml,
});