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? address,
  10. String? addressRemark,
  11. String? phoneNo,
  12. String? title,
  13. String? summary,
  14. String? businessHours,
  15. String? businessHoursRemark,
  16. String? promotionURL,
  17. String? bannerImage,
  18. List<ExternalLink>? externalLinks,
})

Implementation

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