Address constructor
Address({
- String? addressLine1,
- String? addressLine2,
- String? addressLine3,
- dynamic street,
- dynamic city,
- dynamic state,
- dynamic country,
- String? postalCode,
- dynamic locationId1,
- dynamic locationId2,
- dynamic locationId3,
- dynamic locationId4,
- dynamic locationId5,
- dynamic locationId6,
- dynamic locationName1,
- dynamic locationName2,
- dynamic locationName3,
- dynamic locationName4,
- dynamic locationName5,
- dynamic locationName6,
- dynamic addressLineNe1,
- dynamic addressLineNe2,
- dynamic streetNe,
- dynamic cityNe,
- dynamic stateNe,
- dynamic countryNe,
- dynamic postalCodeNe,
- dynamic locationNameNe1,
- dynamic locationNameNe2,
- dynamic locationNameNe3,
- dynamic locationNameNe4,
- dynamic locationNameNe5,
- dynamic locationNameNe6,
- dynamic addressType,
- dynamic lattitude,
- dynamic longitude,
- String? fullAddress,
Implementation
Address({
this.addressLine1,
this.addressLine2,
this.addressLine3,
this.street,
this.city,
this.state,
this.country,
this.postalCode,
this.locationId1,
this.locationId2,
this.locationId3,
this.locationId4,
this.locationId5,
this.locationId6,
this.locationName1,
this.locationName2,
this.locationName3,
this.locationName4,
this.locationName5,
this.locationName6,
this.addressLineNe1,
this.addressLineNe2,
this.streetNe,
this.cityNe,
this.stateNe,
this.countryNe,
this.postalCodeNe,
this.locationNameNe1,
this.locationNameNe2,
this.locationNameNe3,
this.locationNameNe4,
this.locationNameNe5,
this.locationNameNe6,
this.addressType,
this.lattitude,
this.longitude,
this.fullAddress,
});