CommandsToRunResult constructor
const
CommandsToRunResult({
- required Iterable<
CommandToRun> commands, - required bool bail,
- required EnvConfig? combinedEnvConfig,
Implementation
const CommandsToRunResult({
required Iterable<CommandToRun> this.commands,
required this.bail,
required this.combinedEnvConfig,
}) : exitCode = null;