typeParameters property

  1. @Deprecated('Use ClassDeclaration or MixinDeclaration directly')
TypeParameterList? typeParameters

Returns the type parameters for the class/mixin, or null if the class/mixin does not have any type parameters.

Implementation

@Deprecated('Use ClassDeclaration or MixinDeclaration directly')
TypeParameterList? get typeParameters;