typeParameters2 property
The type parameters declared by this fragment directly.
This does not include type parameters that are declared by any enclosing fragments.
Implementation
@Deprecated('Use typeParameters instead')
List<TypeParameterFragment> get typeParameters2;