ServiceBySecretForeignKeys constructor

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

Implementation

ServiceBySecretForeignKeys({this.desc, this.healthcarePartyId, this.patientSecretForeignKeys = const {}});