arguments property

List<String> get arguments

The list of arguments provided to the process at launch.

Implementation

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