AddressDetails constructor
AddressDetails({
- String? type,
- String? locationCode,
- String? invoiceLocationCode,
- String? entityId,
- String? entityName,
- String? building,
- String? buildingNe,
- String? lattitude,
- String? longitude,
- String? streetName,
- String? postalCode,
- String? locationName1,
- String? locationName2,
- String? locationName3,
- String? locationName4,
- String? streetNameNe,
- String? formattedAddress,
- String? firstName,
- String? lastName,
- String? emailId,
- String? phone,
- 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,
});