Address constructor

Address({
  1. int? addressType,
  2. String? locationId1,
  3. String? locationId2,
  4. String? locationId3,
  5. String? locationId4,
  6. dynamic multiLocationId1,
  7. dynamic multiLocationId2,
  8. dynamic multiLocationId3,
  9. dynamic 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? locationName1Ne,
  20. String? locationName2Ne,
  21. String? locationName3Ne,
  22. String? locationName4Ne,
  23. String? lattitude,
  24. String? longitude,
  25. dynamic id,
  26. bool? defaultAddress,
  27. dynamic addressIdentifier,
  28. dynamic rootLocationId,
  29. String? locationCode,
  30. dynamic locationCode1,
  31. dynamic locationCode2,
  32. dynamic locationCode3,
  33. String? locationCode4,
})

Implementation

Address({
  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.locationName1Ne,
  this.locationName2Ne,
  this.locationName3Ne,
  this.locationName4Ne,
  this.lattitude,
  this.longitude,
  this.id,
  this.defaultAddress,
  this.addressIdentifier,
  this.rootLocationId,
  this.locationCode,
  this.locationCode1,
  this.locationCode2,
  this.locationCode3,
  this.locationCode4,
});