extras property

List<String>? extras

List of extras supplied on the command line.

Extras are anything supplied on the command line that was not an option.

Implementation

List<String>? get extras => _extras;