parameterTypes property

List<String>? parameterTypes
getter/setter pair

The types of the parameters of the function or method being suggested. This field is omitted if the parameterNames field is omitted.

Implementation

List<String>? parameterTypes;