args property

List<String> args

The command to run

Implementation

List<String> get args => List.unmodifiable(_args);