RunInTerminalRequestArguments constructor
RunInTerminalRequestArguments({})
Implementation
RunInTerminalRequestArguments({
required this.args,
this.argsCanBeInterpretedByShell,
required this.cwd,
this.env,
this.kind,
this.title,
});