UAddressJson constructor

UAddressJson({
  1. String? detail1,
  2. String? detail2,
  3. String? title,
  4. String? province,
  5. String? township,
  6. String? street,
  7. String? street2,
  8. String? localityName,
  9. String? houseNumber,
  10. String? floor,
  11. String? description,
  12. String? buildingName,
  13. String? localityType,
  14. String? sideFloor,
  15. String? subLocality,
  16. String? village,
})

Implementation

UAddressJson({
  this.detail1,
  this.detail2,
  this.title,
  this.province,
  this.township,
  this.street,
  this.street2,
  this.localityName,
  this.houseNumber,
  this.floor,
  this.description,
  this.buildingName,
  this.localityType,
  this.sideFloor,
  this.subLocality,
  this.village,
});