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