typeParameters property
List<TypeParameterType>
get
typeParameters
The type parameters of this element.
if this element does not have any type parameters, this will be an empty list.
Implementation
List<TypeParameterType> get typeParameters;