typeParameters property
      
      List<TypeParameterFragment> 
      get
      typeParameters
      
    
    
The type parameters declared by this fragment directly.
This does not include type parameters that are declared by any enclosing fragments.
Implementation
List<TypeParameterFragment> get typeParameters;