parameterNames property

List<String>? parameterNames
getter/setter pair

The names of the parameters of the function or method being suggested. This field is omitted if the suggested element is not a setter, function or method.

Implementation

List<String>? parameterNames;