argParser property

ArgParser? argParser

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

ArgParser? get argParser => null;