ContainerState constructor
const
ContainerState({})
Creates a ContainerState with the given fields.
Implementation
const ContainerState({
this.status,
this.running,
this.paused,
this.restarting,
this.oomKilled,
this.dead,
this.pid,
this.exitCode,
this.error,
this.startedAt,
this.finishedAt,
this.health,
});