AdFeatureProperties constructor

AdFeatureProperties(
  1. String id,
  2. String auctionID,
  3. String cps,
  4. int minZoom,
  5. String name,
  6. List<String> categories,
  7. String icon,
  8. MBPProfile profile,
  9. String? bannerVideo,
  10. String? bannerUrl, {
  11. String? address,
  12. String? addressRemark,
  13. String? phoneNo,
  14. String? title,
  15. String? summary,
  16. String? businessHours,
  17. String? businessHoursRemark,
  18. String? promotionURL,
  19. String? bannerImage,
  20. List<ExternalLink>? externalLinks,
})

Implementation

AdFeatureProperties(
  this.id,
  this.auctionID,
  this.cps,
  this.minZoom,
  this.name,
  this.categories,
  this.icon,
  this.profile,
  this.bannerVideo,
  this.bannerUrl, {
  this.address,
  this.addressRemark,
  this.phoneNo,
  this.title,
  this.summary,
  this.businessHours,
  this.businessHoursRemark,
  this.promotionURL,
  this.bannerImage,
  this.externalLinks,
});