TerminatedEventBody constructor

TerminatedEventBody({
  1. Object? restart,
})

Implementation

TerminatedEventBody({
  this.restart,
});