$RecipeStubInterface class sealed
A stub of a recipe with some basic information present.
- Implemented types
- Implementers
- Annotations
-
- @BuiltValue(instantiable: false)
Properties
- 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
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The identifier of the 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
- recipeId → int
-
The index of the recipe.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
void updates($RecipeStubInterfaceBuilder)) → $RecipeStubInterface -
Rebuilds the instance.
override
-
toBuilder(
) → $RecipeStubInterfaceBuilder -
Converts the instance to a builder $RecipeStubInterfaceBuilder.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited