NationalAddress constructor
const
NationalAddress({})
Implementation
const NationalAddress({
this.addressType,
this.addressLine,
this.buildingNumber,
this.buildingName,
this.floor,
this.streetName,
this.districtName,
this.postBox,
this.townName,
this.region,
this.country,
});