eventStatus constant

IriTerm const eventStatus

eventStatus [Expects: http://schema.org/EventStatusType]

An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.

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

Implementation

static const eventStatus = IriTerm.prevalidated(
  'http://schema.org/eventStatus',
);