args property

Iterable<String> get args

The command line arguments.

Implementation

Iterable<String> get args => _args;