ImageNote class

Basis describes the base image portion (Note) of the DockerImage relationship.

Linked occurrences are derived from this or an equivalent image via: FROM Or an equivalent reference, e.g., a tag of the resource_url.

Constructors

ImageNote({Fingerprint? fingerprint, String? resourceUrl})
ImageNote.fromJson(Map json_)

Properties

fingerprint Fingerprint?
The fingerprint of the base image.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceUrl String?
The resource_url for the resource representing the basis of associated occurrence images.
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