ContainerStoppedEvent constructor

ContainerStoppedEvent({
  1. int? actionId,
  2. int? exitStatus,
  3. String? stderr,
})

Implementation

ContainerStoppedEvent({
  this.actionId,
  this.exitStatus,
  this.stderr,
});