MedicationSchemeExportInfoDto constructor
MedicationSchemeExportInfoDto({
- List<
String> secretForeignKeys = const [], - List<
ServiceDto> services = const [], - HealthcarePartyDto? recipient,
- String? comment,
Returns a new MedicationSchemeExportInfoDto instance.
Implementation
MedicationSchemeExportInfoDto({
this.secretForeignKeys = const [],
this.services = const [],
this.recipient,
this.comment,
});