typeParameters property
The type parameters defined by this parameter.
A parameter will only define type parameters if it is a function typed parameter.
Implementation
@Deprecated(elementModelDeprecationMsg)
List<TypeParameterElement> get typeParameters;