ParallelCmd constructor

ParallelCmd(
  1. List<Cmd> commands
)

Implementation

ParallelCmd(this.commands) : super(_placeholder);