participantField constant

FieldDefinition<FixedList<Participant>> const participantField

Field definition for participant

Implementation

static const participantField = FieldDefinition(
  name: 'participant',
  getValue: _getParticipant,
  min: 1,
  description: 'List of participants involved in the appointment.',
);