identifier constant
identifier [Expects: http://schema.org/PropertyValue, http://schema.org/Text, http://schema.org/URL]
The identifier property represents any kind of identifier for any kind of {Thing
}, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.
Can be used on: http://schema.org/Thing
Implementation
static const identifier = IriTerm.prevalidated(
'http://schema.org/identifier',
);