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;
Return the type parameters associated with this method, or null
if this
method is not a generic method.
TypeParameterList? get typeParameters;