CommandStep constructor

const CommandStep(
  1. String executable,
  2. List<String> args
)

Creates a command step.

Implementation

const CommandStep(this.executable, this.args);