PowerShellTool constructor
PowerShellTool({})
Implementation
PowerShellTool({
this.defaultTimeout = const Duration(minutes: 2),
this.defaultExecutionPolicy,
this.workingDirectory,
this.environment,
this.enableSafetyChecks = true,
});