DockerImage class

Constructors

DockerImage({required String containers, required String createdAt, required String createdSince, required String digest, required String id, required String repository, required String sharedSize, required String size, required String tag, required String uniqueSize, required String virtualSize})

Properties

containers String
final
createdAt String
final
createdSince String
final
digest String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
repository String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedSize String
final
size String
final
tag String
final
uniqueSize String
final
virtualSize String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited