participant property

FixedList<Participant>? get participant

The list of people responsible for providing the service.

Implementation

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