parameterTypes property

List<String>? parameterTypes
final

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

Implementation

final List<String>? parameterTypes;