typeParameters property
      
      TypeParameterList?
      get
      typeParameters
      
    
    
The type parameters for the enumeration, or null if the enumeration
doesn't have any type parameters.
Throws UnsupportedError if useDeclaringConstructorsAst is true.
Implementation
TypeParameterList? get typeParameters;