Pipeline constructor

const Pipeline({
  1. required List<SimpleCommand> commands,
  2. bool negated = false,
})

Implementation

const Pipeline({required this.commands, this.negated = false});