ingredients constant

IriTerm const ingredients

IRI for schema:ingredients [Expects: https://schema.org/Text]

A single ingredient used in the recipe, e.g. sugar, flour or garlic.

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

Implementation

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