typeParameters property Null safety
Return the type parameters associated with this function, or null
if
this function is not a generic function.
Implementation
TypeParameterList? get typeParameters;
Return the type parameters associated with this function, or null
if
this function is not a generic function.
TypeParameterList? get typeParameters;