arguments property

List<String> get arguments

Get all the command line arguments

Implementation

List<String> get arguments => _results.arguments;