InputTipResult constructor

InputTipResult({
  1. String? district,
  2. String? address,
  3. String? typecode,
  4. String? uid,
  5. LatLng? location,
  6. String? adcode,
  7. String? name,
})

Implementation

InputTipResult(
    {this.district,
      this.address,
      this.typecode,
      this.uid,
      this.location,
      this.adcode,
      this.name});