PlanDefinitionParticipant constructor

const PlanDefinitionParticipant({
  1. PlanDefinitionParticipantType? type,
  2. @JsonKey(name: '_type') Element? typeElement,
  3. CodeableConcept? role,
})

Implementation

const factory PlanDefinitionParticipant({
  PlanDefinitionParticipantType? type,
  @JsonKey(name: '_type') Element? typeElement,
  CodeableConcept? role,
}) = _PlanDefinitionParticipant;