typeParameters property

  1. @override
List<TypeParameterType> get typeParameters
override

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;