$Completeness class
Used by:
- containeranalysis:v1 : Completeness
- containeranalysis:v1 : SlsaCompleteness
- ondemandscanning:v1 : Completeness
- ondemandscanning:v1 : SlsaCompleteness
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