MedicationSchemeExportInfoDto constructor

MedicationSchemeExportInfoDto({
  1. List<String> secretForeignKeys = const [],
  2. List<ServiceDto> services = const [],
  3. HealthcarePartyDto? recipient,
  4. String? comment,
})

Returns a new MedicationSchemeExportInfoDto instance.

Implementation

MedicationSchemeExportInfoDto({
  this.secretForeignKeys = const [],
  this.services = const [],
  this.recipient,
  this.comment,
});