TencentGeoAddress constructor
const
TencentGeoAddress({ - String? name,
- String? address,
- String? nation,
- int? nationCode,
- String? province,
- String? city,
- String? district,
- String? town,
- String? village,
- String? street,
- String? streetNo,
- String? cityCode,
- String? cityPhoneCode,
- 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,
});