BMFPOIDetailInfo constructor
- {int imageNumber,
- int grouponNumber,
- int checkInNumber,
- double overallRating,
- int favoriteNumber,
- double facilityRating,
- double tasteRating,
- int commentNumber,
- int discountNumber,
- double serviceRating,
- String tag,
- List<
BMFPOIDetailChildrenInfo> children, - String type,
- double hygieneRating,
- int distance,
- double environmentRating,
- double technologyRating,
- String detailURL,
- double price,
- String openingHours}
BMFPOIDetailInfo构造方法
Implementation
BMFPOIDetailInfo(
{this.imageNumber,
this.grouponNumber,
this.checkInNumber,
this.overallRating,
this.favoriteNumber,
this.facilityRating,
this.tasteRating,
this.commentNumber,
this.discountNumber,
this.serviceRating,
this.tag,
this.children,
this.type,
this.hygieneRating,
this.naviLocation,
this.distance,
this.environmentRating,
this.technologyRating,
this.detailURL,
this.price,
this.openingHours});