instantiate abstract method
Creates the TypeParameterType with the given nullabilitySuffix
for
this type parameter.
Implementation
TypeParameterType instantiate({
required NullabilitySuffix nullabilitySuffix,
});
Creates the TypeParameterType with the given nullabilitySuffix
for
this type parameter.
TypeParameterType instantiate({
required NullabilitySuffix nullabilitySuffix,
});