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