parameterNames property

List<String>? parameterNames
getter/setter pair

If the element is an executable, the names of the formal parameters of all kinds - required, optional positional, and optional named. The names of positional parameters are empty strings. Omitted if the element is not an executable.

Implementation

List<String>? parameterNames;