ContainerStartedEvent constructor

ContainerStartedEvent({
  1. int? actionId,
  2. String? ipAddress,
  3. Map<String, int>? portMappings,
})

Implementation

ContainerStartedEvent({
  this.actionId,
  this.ipAddress,
  this.portMappings,
});