instantiate abstract method

TypeParameterType instantiate({
  1. required NullabilitySuffix nullabilitySuffix,
})

Create the TypeParameterType with the given nullabilitySuffix for this type parameter.

Implementation

TypeParameterType instantiate({
  required NullabilitySuffix nullabilitySuffix,
});