instantiate abstract method
Create the InterfaceType for this element with the given
typeArguments
and nullabilitySuffix
.
Implementation
InterfaceType instantiate({
required List<DartType> typeArguments,
required NullabilitySuffix nullabilitySuffix,
});