LayerDetails class

Details about the layer a package was found in.

This should be the same as the LayerDetails message in google3/third_party/scalibr/binary/proto/scan_result.proto.

Constructors

LayerDetails.new({List<BaseImage>? baseImages, String? command, String? diffId, int? index})
LayerDetails.fromJson(Map json_)

Properties

baseImages List<BaseImage>?
The base images the layer is found within.
getter/setter pair
command String?
The layer build command that was used to build the layer.
getter/setter pair
diffId String?
The diff ID (sha256 hash) of the layer in the container image.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int?
The index of the layer in the container image.
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