participant property

List<Participant>? get participant

Participants involved in the bundle

Implementation

List<Participant>? get participant => participantField.getValue(json);