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