optionalParameterNames property

List<String> optionalParameterNames

The names of the optional positional parameters of this type of function, not necessarily in the order that the parameters appear.

Implementation

List<String> get optionalParameterNames;