Poi constructor

const Poi({
  1. String? parent,
  2. String? address,
  3. String? distance,
  4. String? pCode,
  5. String? adcode,
  6. String? pName,
  7. String? cityName,
  8. String? type,
  9. String? typeCode,
  10. String? adName,
  11. String? cityCode,
  12. String? name,
  13. LatLng? location,
  14. String? id,
})

Implementation

const Poi({
  this.parent,
  this.address,
  this.distance,
  this.pCode,
  this.adcode,
  this.pName,
  this.cityName,
  this.type,
  this.typeCode,
  this.adName,
  this.cityCode,
  this.name,
  this.location,
  this.id,
});