typeParameters property

TypeParameterList? get typeParameters

The type parameters for the function type, or null if the function type doesn't have any type parameters.

Implementation

TypeParameterList? get typeParameters;