$RecipeInterfaceBuilder class abstract mixin

Implemented types
Implementers

Constructors

$RecipeInterfaceBuilder()

Properties

cookTime String?
covariantgetter/setter pair
dateCreated String?
covariantgetter/setter pairoverride
dateModified String?
covariantgetter/setter pairoverride
description String?
covariantgetter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
covariantgetter/setter pair
image String?
covariantgetter/setter pair
imagePlaceholderUrl String?
covariantgetter/setter pairoverride
imageUrl String?
covariantgetter/setter pairoverride
keywords String?
covariantgetter/setter pairoverride
name String?
covariantgetter/setter pairoverride
nutrition NutritionBuilder
covariantgetter/setter pair
prepTime String?
covariantgetter/setter pair
recipeCategory String?
covariantgetter/setter pair
recipeIngredient ↔ ListBuilder<String>
covariantgetter/setter pair
recipeInstructions ↔ ListBuilder<String>
covariantgetter/setter pair
recipeYield int?
covariantgetter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tool ↔ ListBuilder<String>
covariantgetter/setter pair
totalTime String?
covariantgetter/setter pair
type String?
covariantgetter/setter pair
url String?
covariantgetter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(covariant $RecipeInterface other) → void
override
toString() String
A string representation of this object.
inherited
update(void updates($RecipeInterfaceBuilder)) → void
override

Operators

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