ProfileAddress constructor

ProfileAddress({
  1. String? addressType,
  2. String? locationId1,
  3. String? locationId2,
  4. String? locationId3,
  5. String? locationId4,
  6. String? multiLocationId1,
  7. String? multiLocationId2,
  8. String? multiLocationId3,
  9. String? multiLocationId4,
  10. int? postalCode,
  11. String? streetName,
  12. String? streetNameNe,
  13. String? building,
  14. String? buildingNe,
  15. String? locationName1,
  16. String? locationName2,
  17. String? locationName3,
  18. String? locationName4,
  19. String? lattitude,
  20. String? longitude,
  21. String? id,
})

Implementation

ProfileAddress({
  this.addressType,
  this.locationId1,
  this.locationId2,
  this.locationId3,
  this.locationId4,
  this.multiLocationId1,
  this.multiLocationId2,
  this.multiLocationId3,
  this.multiLocationId4,
  this.postalCode,
  this.streetName,
  this.streetNameNe,
  this.building,
  this.buildingNe,
  this.locationName1,
  this.locationName2,
  this.locationName3,
  this.locationName4,
  this.lattitude,
  this.longitude,
  this.id,
});