DockerContainer class

Constructors

DockerContainer({required String command, required String createdAt, required String id, required String image, required String labels, required String localVolumes, required String mounts, required String names, required String networks, required String ports, required String runningFor, required String size, required String state, required String status})

Properties

command String
final
createdAt String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
image String
final
labels String
final
localVolumes String
final
mounts String
final
names String
final
networks String
final
ports String
final
runningFor String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String
final
state String
final
status 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