typeParameters property

TypeParameterList? typeParameters

Return the type parameters associated with this function, or null if this function is not a generic function.

Implementation

TypeParameterList? get typeParameters;