TencentGeoAddress constructor

const TencentGeoAddress({
  1. String? name,
  2. String? address,
  3. String? nation,
  4. int? nationCode,
  5. String? province,
  6. String? city,
  7. String? district,
  8. String? town,
  9. String? village,
  10. String? street,
  11. String? streetNo,
  12. String? cityCode,
  13. String? cityPhoneCode,
  14. int? areaStat,
})

Implementation

const TencentGeoAddress({
  this.name,
  this.address,
  this.nation,
  this.nationCode,
  this.province,
  this.city,
  this.district,
  this.town,
  this.village,
  this.street,
  this.streetNo,
  this.cityCode,
  this.cityPhoneCode,
  this.areaStat,
});