ShellConfig constructor
const
ShellConfig({})
Implementation
const ShellConfig({
required this.type,
required this.shellPath,
this.detached = false,
this.environmentOverrides = const {},
});
const ShellConfig({
required this.type,
required this.shellPath,
this.detached = false,
this.environmentOverrides = const {},
});