Pois constructor

Pois({
  1. EnterLocation? enterLocation,
  2. EnterLocation? location,
  3. String? district,
  4. String? province,
  5. String? typecode,
  6. String? tel,
  7. bool? hasIndoorMap,
  8. String? businessArea,
  9. List<Images>? images,
  10. String? parkingType,
  11. String? city,
  12. dynamic exitLocation,
  13. String? adcode,
  14. String? name,
  15. String? type,
  16. List<SubPOIs>? subPOIs,
  17. String? shopID,
  18. String? gridcode,
  19. String? uid,
  20. String? website,
  21. String? pcode,
  22. num? distance,
  23. String? email,
  24. ExtensionInfo? extensionInfo,
  25. String? direction,
  26. String? citycode,
  27. String? postcode,
  28. String? address,
  29. dynamic indoorData,
})

Implementation

Pois(
    {this.enterLocation,
      this.location,
      this.district,
      this.province,
      this.typecode,
      this.tel,
      this.hasIndoorMap,
      this.businessArea,
      this.images,
      this.parkingType,
      this.city,
      this.exitLocation,
      this.adcode,
      this.name,
      this.type,
      this.subPOIs,
      this.shopID,
      this.gridcode,
      this.uid,
      this.website,
      this.pcode,
      this.distance,
      this.email,
      this.extensionInfo,
      this.direction,
      this.citycode,
      this.postcode,
      this.address,
      this.indoorData});