LocalShellAction constructor
const
LocalShellAction({})
Implementation
const LocalShellAction({
required this.command,
required this.env,
this.timeoutMs,
this.user,
this.workingDirectory,
});
const LocalShellAction({
required this.command,
required this.env,
this.timeoutMs,
this.user,
this.workingDirectory,
});