CommandRunner constructor

CommandRunner(
  1. String name,
  2. String description,
  3. ArgParser parser,
  4. Future<int> runner(
    1. ArgResults,
    2. Map<String, dynamic>
    ),
)

Implementation

CommandRunner(this.name, this.description, this.parser, this.runner);