participant property

FixedList<Participant>? get participant

List of participants involved in the appointment.

Implementation

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