typeParameters property
Returns the type parameters for the class, or null
if the class does
not have any type parameters.
Implementation
TypeParameterList? get typeParameters;
Returns the type parameters for the class, or null
if the class does
not have any type parameters.
TypeParameterList? get typeParameters;