recipeInstructions constant

IriTerm const recipeInstructions

IRI for schemahttp:recipeInstructions [Expects: http://schema.org/CreativeWork, http://schema.org/ItemList, http://schema.org/Text]

A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items.

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

Implementation

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