RegistrationAddress constructor
RegistrationAddress({})
Implementation
RegistrationAddress({
this.city,
this.country,
this.appartment,
this.house,
this.block,
this.province,
this.street,
this.districtOfProvince,
});