PatientAddress constructor
PatientAddress({})
Implementation
PatientAddress({
this.receiverName,
this.street,
this.streetNumber,
this.city,
this.state,
this.zip,
this.country,
this.phoneNumber,
});
PatientAddress({
this.receiverName,
this.street,
this.streetNumber,
this.city,
this.state,
this.zip,
this.country,
this.phoneNumber,
});