argParser property

  1. @override
ArgParser argParser
override

The argument parser for this tool, if needed.

When this tool is run from the command-line, this will be used to parse the arguments. The results will be available via the DevToolExecutionContext provided when calling run.

Implementation

@override
ArgParser get argParser => _argParser;