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 = const IriTerm(
  'https://schema.org/cookingMethod',
);