VisibleInfoBlocks class abstract

Implemented types

Constructors

VisibleInfoBlocks([void b(VisibleInfoBlocksBuilder)?])
Creates a new VisibleInfoBlocks object using the builder pattern.
factory
VisibleInfoBlocks.fromJson(Map<String, dynamic> json)
Creates a new object from the given json data.
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(VisibleInfoBlocksBuilder)) VisibleInfoBlocks
Rebuilds the instance.
inherited
toBuilder() VisibleInfoBlocksBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, dynamic>
Parses this object into a json like map.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<VisibleInfoBlocks>
Serializer for VisibleInfoBlocks.
no setter