$RecipeInterface class sealed

A recipe according to schema.org.

Implemented types
Implementers
Annotations
  • @BuiltValue(instantiable: false)

Properties

cookTime String?
The time required for cooking in ISO8601 format.
no setter
dateCreated String
The date the recipe was created in the app.
no setterinherited
dateModified String?
The date the recipe was modified lastly in the app.
no setterinherited
description String
A description of the recipe or the empty string.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The index of the recipe. Note the representation as a string as the representation might change in the future.
no setter
image String
The URL of the original recipe.
no setter
imagePlaceholderUrl String
The URL of the placeholder of the recipe image.
no setterinherited
imageUrl String
The URL of the recipe image.
no setterinherited
keywords String
A comma-separated list of recipe keywords, can be empty string.
no setterinherited
name String
The name of the recipe.
no setterinherited
nutrition Nutrition
no setter
prepTime String?
The time required for preparation in ISO8601 format.
no setter
recipeCategory String
The category of the recipe.
no setter
recipeIngredient → BuiltList<String>
no setter
recipeInstructions → BuiltList<String>
no setter
recipeYield int
Number of servings in recipe.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tool → BuiltList<String>
no setter
totalTime String?
The time required for the complete processing in ISO8601 format.
no setter
type String
Schema.org object type identifier.
no setter
url String
The URL the recipe was found at or the empty string.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(void updates($RecipeInterfaceBuilder)) $RecipeInterface
Rebuilds the instance.
override
toBuilder() $RecipeInterfaceBuilder
Converts the instance to a builder $RecipeInterfaceBuilder.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited