PowerShellInput constructor
const
PowerShellInput({})
Implementation
const PowerShellInput({
required this.command,
this.workDir,
this.timeout = const Duration(minutes: 2),
this.executionPolicy,
});
const PowerShellInput({
required this.command,
this.workDir,
this.timeout = const Duration(minutes: 2),
this.executionPolicy,
});