menu
omnyserver package
documentation
omnyserver_node.dart
CommandStep
CommandStep.new const constructor
CommandStep.new const constructor
dark_mode
light_mode
CommandStep
constructor
const
CommandStep
(
String
executable
,
List
<
String
>
args
)
Creates a command step.
Implementation
const CommandStep(this.executable, this.args);
omnyserver package
documentation
omnyserver_node
CommandStep
CommandStep.new const constructor
CommandStep class