CommandsToRunResult.fail constructor

const CommandsToRunResult.fail(
  1. ExitCode? exitCode, {
  2. required bool bail,
})

Implementation

const CommandsToRunResult.fail(this.exitCode, {required this.bail})
    : commands = null,
      combinedEnvConfig = null;