args property

List<Value>? args
getter/setter pair

Ordered list of arguments the given stage expects.

Optional.

Implementation

core.List<Value>? args;