UAddressResponseJsonData constructor
UAddressResponseJsonData({
- String? title,
- String? province,
- String? township,
- String? street,
- String? street2,
- String? localityName,
- String? houseNumber,
- String? floor,
- String? description,
- String? buildingName,
- String? localityCode,
- String? localityType,
- String? sideFloor,
- String? subLocality,
- String? townShip,
- String? village,
Implementation
UAddressResponseJsonData({
this.title,
this.province,
this.township,
this.street,
this.street2,
this.localityName,
this.houseNumber,
this.floor,
this.description,
this.buildingName,
this.localityCode,
this.localityType,
this.sideFloor,
this.subLocality,
this.townShip,
this.village,
});