BMFPoiIndoorInfo constructor

BMFPoiIndoorInfo(
  1. {String name,
  2. String uid,
  3. String indoorID,
  4. String floor,
  5. String address,
  6. String city,
  7. String phone,
  8. BMFCoordinate pt,
  9. String tag,
  10. double price,
  11. int starLevel,
  12. bool grouponFlag,
  13. bool takeoutFlag,
  14. bool waitedFlag,
  15. int grouponNum,
  16. int discount}
)

Implementation

BMFPoiIndoorInfo(
    {this.name,
    this.uid,
    this.indoorID,
    this.floor,
    this.address,
    this.city,
    this.phone,
    this.pt,
    this.tag,
    this.price,
    this.starLevel,
    this.grouponFlag,
    this.takeoutFlag,
    this.waitedFlag,
    this.grouponNum,
    this.discount});