BMFPOIDetailInfo constructor

BMFPOIDetailInfo(
  1. {int imageNumber,
  2. int grouponNumber,
  3. int checkInNumber,
  4. double overallRating,
  5. int favoriteNumber,
  6. double facilityRating,
  7. double tasteRating,
  8. int commentNumber,
  9. int discountNumber,
  10. double serviceRating,
  11. String tag,
  12. List<BMFPOIDetailChildrenInfo> children,
  13. String type,
  14. double hygieneRating,
  15. BMFCoordinate naviLocation,
  16. int distance,
  17. double environmentRating,
  18. double technologyRating,
  19. String detailURL,
  20. double price,
  21. 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});