runner property

  1. @override
CommandRunner runner
final

The command runner for this command.

This will be null until CommandRunner.addCommand has been called with this command or one of its parents.

Implementation

@override
final CommandRunner runner;