typeParameters property
List<TypeParameterElement>
get
typeParameters
Return a list containing all of the type parameters defined by this parameter. A parameter will only define other parameters if it is a function typed parameter.
Implementation
List<TypeParameterElement> get typeParameters;