instantiate abstract method

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

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

Implementation

TypeParameterType instantiate({required NullabilitySuffix nullabilitySuffix});