ShellSpec constructor
const
ShellSpec({})
Implementation
const ShellSpec({
required this.executable,
required this.arguments,
required this.workingDirectory,
required this.environment,
});
const ShellSpec({
required this.executable,
required this.arguments,
required this.workingDirectory,
required this.environment,
});