MortgagePropertyAddress constructor
MortgagePropertyAddress({})
Implementation
MortgagePropertyAddress({
required this.city,
required this.country,
required this.postalCode,
required this.region,
required this.street,
});