dateModified constant

IriTerm const dateModified

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

The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.

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

Implementation

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