typeParameters property Null safety
Return the type parameters for the function type, or null
if the
function type does not have any type parameters.
Implementation
TypeParameterList? get typeParameters;
Return the type parameters for the function type, or null
if the
function type does not have any type parameters.
TypeParameterList? get typeParameters;