eventAttendanceMode constant

IriTerm const eventAttendanceMode

eventAttendanceMode [Expects: https://schema.org/EventAttendanceModeEnumeration]

The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.

Can be used on: https://schema.org/Event

Implementation

static const eventAttendanceMode = IriTerm.prevalidated(
  'https://schema.org/eventAttendanceMode',
);