ProjectCommand constructor

ProjectCommand(
  1. List<String> args, {
  2. bool raw = false,
  3. bool parallel = false,
})

Constructor

Implementation

ProjectCommand(
  super.args, {
  this.raw = false,
  this.parallel = false,
});