Address constructor
Address({
- int? addressType,
- String? locationId1,
- String? locationId2,
- String? locationId3,
- String? locationId4,
- dynamic multiLocationId1,
- dynamic multiLocationId2,
- dynamic multiLocationId3,
- dynamic multiLocationId4,
- int? postalCode,
- String? streetName,
- dynamic streetNameNe,
- String? building,
- String? buildingNe,
- String? locationName1,
- String? locationName2,
- String? locationName3,
- String? locationName4,
- String? lattitude,
- String? longitude,
- dynamic id,
- bool? defaultAddress,
- dynamic addressIdentifier,
- dynamic rootLocationId,
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.lattitude,
this.longitude,
this.id,
this.defaultAddress,
this.addressIdentifier,
this.rootLocationId,
});