Address constructor
Address({})
Returns a new Address instance.
Implementation
Address({
this.addressType,
this.description,
this.street,
this.houseNumber,
this.postboxNumber,
this.postalCode,
this.city,
this.state,
this.country,
this.note,
this.telecoms = const [],
});