TerminateArguments constructor

TerminateArguments({
  1. bool? restart,
})

Implementation

TerminateArguments({
  this.restart,
});