ContainerStateRunning constructor

const ContainerStateRunning({
  1. DateTime? startedAt,
})

Default constructor.

Implementation

const ContainerStateRunning({
  this.startedAt,
});