participantField constant

FieldDefinition<List<Participant>> const participantField

Field definition for participant.

Implementation

static const participantField = FieldDefinition(
  name: 'participant',
  getValue: _getParticipant,
);