scheduledTime constant

IriTerm const scheduledTime

IRI for schema:scheduledTime [Expects: https://schema.org/Date, https://schema.org/DateTime]

The time the object is scheduled to.

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

Implementation

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