args property

List<String>? args
getter/setter pair

Command-line arguments used when executing this command.

Implementation

core.List<core.String>? args;