GlobalCommand constructor

GlobalCommand(
  1. Future<int> _run(
    1. GlobalCommand command,
    2. List<Project> projects
    )
)

Constructor

Implementation

GlobalCommand(this._run) : super([]);