AdFeatureProperties constructor
AdFeatureProperties(
- String id,
- String auctionID,
- String cps,
- int minZoom,
- String name,
- List<
String> categories, - String icon,
- MBPProfile profile, {
- String? address,
- String? addressRemark,
- String? phoneNo,
- String? title,
- String? summary,
- String? businessHours,
- String? businessHoursRemark,
- String? promotionURL,
- String? bannerImage,
- 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,
});