Addresses constructor
Addresses({})
Implementation
Addresses({
this.isPrimary,
this.fullAddress,
this.addressId,
this.line1,
this.line2,
this.city,
this.state,
this.postalCode,
this.country,
this.isSelected,
});