parsedOptions property
ArgResults?
parsedOptions
final
An ArgResults
that includes the valid options passed to the command on
completion level. Null if no valid options were passed.
Implementation
final ArgResults? parsedOptions;