Completeness class
Indicates that the builder claims certain fields in this message to be complete.
Constructors
- Completeness({bool? arguments, bool? environment, bool? materials})
- Completeness.fromJson(Map _json)
Properties
- arguments ↔ bool?
-
If true, the builder claims that recipe.arguments is complete, meaning
that all external inputs are properly captured in the recipe.
getter/setter pair
- environment ↔ bool?
-
If true, the builder claims that recipe.environment is claimed to be
complete.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- materials ↔ bool?
-
If true, the builder claims that materials are complete, usually through
some controls to prevent network access.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited