parameterNames property

List<String>? parameterNames
final

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

final List<String>? parameterNames;