parsedArgs property
final
parsedArgs is map of the key values of argument names & values.
Implementation
final List<Map<String, String>> parsedArgs = [];
parsedArgs is map of the key values of argument names & values.
final List<Map<String, String>> parsedArgs = [];