MailingAddress constructor
MailingAddress({})
Implementation
MailingAddress({
this.label='',
this.city='',
this.street='',
this.countryRegion='',
this.type='',
this.postalCode='',
this.stateProvince='',
});