$Fingerprint class

Used by:

  • containeranalysis:v1 : Fingerprint
  • ondemandscanning:v1 : Fingerprint

Constructors

$Fingerprint({String? v1Name, List<String>? v2Blob, String? v2Name})
$Fingerprint.fromJson(Map json_)

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
v1Name ↔ String?
The layer ID of the final layer in the Docker image's v1 representation.
getter/setter pair
v2Blob ↔ List<String>?
The ordered list of v2 blobs that represent a given image.
getter/setter pair
v2Name ↔ String?
The name of the image's v2 blobs computed via: [bottom] := v2_blobbottom := sha256(v2_blob[N] + " " + v2_name[N+1]) Only the name of the final blob is kept.
getter/setter pair

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