menu
Dart
dart:io
ProcessException
arguments property
arguments
brightness_4
brightness_5
description
arguments
property
List
<
String
>
arguments
final
The arguments provided for the process.
Implementation
final List<String> arguments;
Dart
dart:io
ProcessException
arguments property
ProcessException class