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