parameters property

List<String>? parameters
getter/setter pair

The ordered list of parameter names of the function in the script project.

Implementation

core.List<core.String>? parameters;