args property

List<String>? args
getter/setter pair

Optional arguments to pass to the source during execution.

Implementation

core.List<core.String>? args;