dateCreated constant

IriTerm const dateCreated

dateCreated [Expects: https://schema.org/Date, https://schema.org/DateTime]

The date on which the CreativeWork was created or the item was added to a DataFeed.

Can be used on: https://schema.org/CreativeWork, https://schema.org/DataFeedItem

Implementation

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