ScriptRunnerShellConfig constructor
const
ScriptRunnerShellConfig({})
Create a new shell configuration from given arguments. When no shell is specified for a platform, the default shell is used.
Implementation
const ScriptRunnerShellConfig({
this.defaultShell,
this.windows,
this.macos,
this.linux,
});