ToolExecution constructor
ToolExecution({
- List<
String> ? commandLineArguments, - ToolExitCode? exitCode,
- List<
FileReference> ? toolLogs, - List<
ToolOutputReference> ? toolOutputs,
Implementation
ToolExecution({
this.commandLineArguments,
this.exitCode,
this.toolLogs,
this.toolOutputs,
});