$Layer class Null safety
Used by:
- containeranalysis:v1 : Layer
- ondemandscanning:v1 : Layer
Constructors
- $Layer({String? arguments, String? directive})
- $Layer.fromJson(Map json_)
Properties
- arguments ↔ String?
-
The recovered arguments to the Dockerfile directive.
read / write
- directive ↔ String?
-
The recovered Dockerfile directive used to construct this layer.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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