instantiate abstract method

InterfaceType instantiate(
  1. {required List<DartType> typeArguments,
  2. required NullabilitySuffix nullabilitySuffix}
)

Create the InterfaceType for this class with the given typeArguments and nullabilitySuffix.

Implementation

InterfaceType instantiate({
  required List<DartType> typeArguments,
  required NullabilitySuffix nullabilitySuffix,
});