$VisibleInfoBlocksInterface class sealed

Implementers
Annotations
  • @BuiltValue.new(instantiable: false)

Properties

cookingTime → bool?
Show the time required for cooking in the UI.
no setter
hashCode → int
The hash code for this object.
no setterinherited
nutritionInformation → bool?
Show the nutrition information in the UI.
no setter
preparationTime → bool?
Show the preparation time in UI.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tools → bool?
Show the list of tools in the UI.
no setter
totalTime → bool?
Show the total time required to carry out the complee recipe.
no setter

Methods

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

Operators

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