ContainerInspect constructor
const
ContainerInspect({})
Implementation
const ContainerInspect({
required this.id,
required this.running,
required this.health,
required this.hostPorts,
required this.labels,
required this.created,
});