CommandStepConfig constructor
CommandStepConfig({})
Implementation
CommandStepConfig({
required super.id,
required this.commands,
this.workingDirectory,
this.environment,
super.needs,
});
CommandStepConfig({
required super.id,
required this.commands,
this.workingDirectory,
this.environment,
super.needs,
});