ContainerStateTerminated constructor
const
ContainerStateTerminated({})
Default constructor.
Implementation
const ContainerStateTerminated({
this.containerID,
required this.exitCode,
this.finishedAt,
this.message,
this.reason,
this.signal,
this.startedAt,
});