typeParameters property

  1. @Deprecated('Use namePart instead')
TypeParameterList? get typeParameters

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

Implementation

@Deprecated('Use namePart instead')
TypeParameterList? get typeParameters;