arguments property

List<String> get arguments

Implementation

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