PhysicalAddress constructor
PhysicalAddress({})
Implementation
PhysicalAddress({
this.country, this.id, this.city, this.countrySubDivisionCode, this.lat,
this.line1, this.line2, this.line3, this.line4, this.line5, this.long,
this.postalCode
});