Pipeline constructor
const
Pipeline({
- required List<
SimpleCommand> commands, - bool negated = false,
Implementation
const Pipeline({required this.commands, this.negated = false});