CommandStep constructor
const
CommandStep({})
Implementation
const CommandStep({
required this.id,
required this.commands,
this.workingDirectory,
this.environment,
this.runner,
});
const CommandStep({
required this.id,
required this.commands,
this.workingDirectory,
this.environment,
this.runner,
});