ProNativeAdData constructor

ProNativeAdData({
  1. String? title,
  2. String? desc,
  3. String? imageUrl,
  4. List<String>? imageUrlAry,
  5. String? iconImageUrl,
})

Implementation

ProNativeAdData({
  this.title,
  this.desc,
  this.imageUrl,
  this.imageUrlAry,
  this.iconImageUrl,
});