DisconnectArguments constructor

DisconnectArguments({
  1. bool? restart,
  2. bool? suspendDebuggee,
  3. bool? terminateDebuggee,
})

Implementation

DisconnectArguments({
  this.restart,
  this.suspendDebuggee,
  this.terminateDebuggee,
});