PassthroughCommand constructor

PassthroughCommand(
  1. String name,
  2. String description,
  3. List<Package> packages
)

Implementation

PassthroughCommand(
  super.name,
  super.description,
  super.packages,
);