typeParameters property Null safety
Return the type parameters associated with this method, or null
if this
method is not a generic method.
Implementation
TypeParameterList? get typeParameters;
@Deprecated('Clients should not build AST manually')
Set the type parameters associated with this method to the given typeParameters.
Implementation
@Deprecated('Clients should not build AST manually')
set typeParameters(TypeParameterList? typeParameters);