cookingMethod constant

IriTerm const cookingMethod

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

The method of cooking, such as Frying, Steaming, ...

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

Implementation

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