SubPOIs constructor

SubPOIs({
  1. String? address,
  2. String? uid,
  3. num? distance,
  4. LatLng? location,
  5. String? sname,
  6. String? subtype,
  7. String? name,
})

Implementation

SubPOIs(
    {this.address,
      this.uid,
      this.distance,
      this.location,
      this.sname,
      this.subtype,
      this.name});