AddressDetails constructor

AddressDetails({
  1. String? type,
  2. String? locationCode,
  3. String? invoiceLocationCode,
  4. String? entityId,
  5. String? entityName,
  6. String? building,
  7. String? buildingNe,
  8. String? lattitude,
  9. String? longitude,
  10. String? streetName,
  11. String? postalCode,
  12. String? locationName1,
  13. String? locationName2,
  14. String? locationName3,
  15. String? locationName4,
  16. String? streetNameNe,
  17. String? formattedAddress,
  18. String? firstName,
  19. String? lastName,
  20. String? emailId,
  21. String? phone,
  22. String? formattedAddressNe,
})

Implementation

AddressDetails({
  this.type,
  this.locationCode,
  this.invoiceLocationCode,
  this.entityId,
  this.entityName,
  this.building,
  this.buildingNe,
  this.lattitude,
  this.longitude,
  this.streetName,
  this.postalCode,
  this.locationName1,
  this.locationName2,
  this.locationName3,
  this.locationName4,
  this.streetNameNe,
  this.formattedAddress,
  this.firstName,
  this.lastName,
  this.emailId,
  this.phone,
  this.formattedAddressNe,
});