itemListOrder constant

IriTerm const itemListOrder

itemListOrder [Expects: http://schema.org/ItemListOrderType, http://schema.org/Text]

Type of ordering (e.g. Ascending, Descending, Unordered).

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

Implementation

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