arguments property

List<String> arguments

The list of arguments provided to the process at launch.

Implementation

List<String> get arguments => UnmodifiableListView(_arguments);