RestartArguments constructor

RestartArguments({
  1. Either2<LaunchRequestArguments, AttachRequestArguments>? arguments,
})

Implementation

RestartArguments({
  this.arguments,
});