ChargeItemParticipant constructor

const ChargeItemParticipant({
  1. CodeableConcept? role,
  2. required Reference actor,
})

Implementation

const factory ChargeItemParticipant({
  CodeableConcept? role,
  required Reference actor,
}) = _ChargeItemParticipant;