EncounterParticipant constructor

const EncounterParticipant({
  1. List<CodeableConcept>? type,
  2. Period? period,
  3. Reference? individual,
})

Implementation

const factory EncounterParticipant({
  List<CodeableConcept>? type,
  Period? period,
  Reference? individual,
}) = _EncounterParticipant;