ArgParserException constructor
ArgParserException(])
Implementation
ArgParserException(super.message,
[Iterable<String>? commands,
this.argumentName,
super.source,
super.offset])
: commands = commands == null ? const [] : List.unmodifiable(commands);