NiceAddress constructor
Implementation
NiceAddress({
this.street = '',
this.city = '',
this.postalCode = '',
this.country = 'PL',
this.state = '',
this.building = '',
this.apartment = '',
});
NiceAddress({
this.street = '',
this.city = '',
this.postalCode = '',
this.country = 'PL',
this.state = '',
this.building = '',
this.apartment = '',
});