args property

List<Value>? args
getter/setter pair

Ordered list of arguments the given function expects.

Optional.

Implementation

core.List<Value>? args;