argResults property

ArgResults? argResults
final

The results from parsing the arguments passed to a Command if this tool was executed via a command-line app.

This may be null.

Implementation

final ArgResults? argResults;