LaunchRequestArguments constructor

LaunchRequestArguments({
  1. Object? restart,
  2. bool? noDebug,
})

Implementation

LaunchRequestArguments({
  this.restart,
  this.noDebug,
});