arguments property - ProcessException class - dart:io library (original) (raw)

description

List<String> arguments

final

The arguments provided for the process.

Implementation

final List<String> arguments;