DataSampleBySecretForeignKeys constructor

DataSampleBySecretForeignKeys({
  1. String? description,
  2. String? healthcarePartyId,
  3. Set<String> patientSecretForeignKeys = const {},
})

Implementation

DataSampleBySecretForeignKeys({this.description, this.healthcarePartyId, this.patientSecretForeignKeys = const {}});