arguments property Null safety
The list of arguments provided to the process at launch.
Implementation
List<String> get arguments => UnmodifiableListView(_arguments);
The list of arguments provided to the process at launch.
List<String> get arguments => UnmodifiableListView(_arguments);