args property

List<String>? args
getter/setter pair

The optional arguments line to be passed to the init script.

Optional.

Implementation

core.List<core.String>? args;