ContainerKilledEvent constructor

ContainerKilledEvent({
  1. int? actionId,
})

Implementation

ContainerKilledEvent({
  this.actionId,
});