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