AddressElement constructor

AddressElement({
  1. int? addressType,
  2. String? locationId1,
  3. dynamic locationId2,
  4. dynamic locationId3,
  5. dynamic locationId4,
  6. dynamic locationId5,
  7. dynamic locationId6,
  8. dynamic multiLocationId1,
  9. dynamic multiLocationId2,
  10. dynamic multiLocationId3,
  11. dynamic multiLocationId4,
  12. int? postalCode,
  13. dynamic streetName,
  14. dynamic streetNameNe,
  15. dynamic building,
  16. dynamic buildingNe,
  17. String? locationName1,
  18. dynamic locationName2,
  19. dynamic locationName3,
  20. dynamic locationName4,
  21. dynamic locationName5,
  22. dynamic locationName6,
  23. String? locationName1Ne,
  24. dynamic locationName2Ne,
  25. dynamic locationName3Ne,
  26. dynamic locationName4Ne,
  27. dynamic locationName5Ne,
  28. dynamic locationName6Ne,
  29. dynamic lattitude,
  30. dynamic longitude,
  31. int? id,
  32. bool? defaultAddress,
  33. dynamic addressIdentifier,
  34. dynamic rootLocationId,
  35. dynamic locationCode,
  36. dynamic locationCode1,
  37. dynamic locationCode2,
  38. dynamic locationCode3,
  39. dynamic locationCode4,
  40. dynamic locationCode5,
  41. dynamic locationCode6,
  42. String? addressLine1,
  43. String? addressLine2,
  44. String? addressLine3,
  45. String? addressLine4,
  46. bool? billTo,
  47. String? addressDetails,
  48. String? state,
  49. String? stateName,
  50. String? city,
  51. String? cityName,
})

Implementation

AddressElement({
  this.addressType,
  this.locationId1,
  this.locationId2,
  this.locationId3,
  this.locationId4,
  this.locationId5,
  this.locationId6,
  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.locationName5,
  this.locationName6,
  this.locationName1Ne,
  this.locationName2Ne,
  this.locationName3Ne,
  this.locationName4Ne,
  this.locationName5Ne,
  this.locationName6Ne,
  this.lattitude,
  this.longitude,
  this.id,
  this.defaultAddress,
  this.addressIdentifier,
  this.rootLocationId,
  this.locationCode,
  this.locationCode1,
  this.locationCode2,
  this.locationCode3,
  this.locationCode4,
  this.locationCode5,
  this.locationCode6,
  this.addressLine1,
  this.addressLine2,
  this.addressLine3,
  this.addressLine4,
  this.billTo,
  this.addressDetails,
  this.state,
  this.stateName,
  this.city,
  this.cityName,
});