MedicalLocationDto constructor
MedicalLocationDto({})
Returns a new MedicalLocationDto instance.
Implementation
MedicalLocationDto({
required this.id,
this.rev,
this.deletionDate,
this.name,
this.description,
this.responsible,
this.guardPost,
this.cbe,
this.bic,
this.bankAccount,
this.nihii,
this.ssin,
this.address,
this.agendaIds = const {},
this.options = const {},
});