instantiate method
- @Deprecated("Use ClassElement.instantiate()")
@Deprecated("Use ClassElement.instantiate()")
Return the type resulting from instantiating (replacing) the given
argumentTypes
for this type's bound type parameters.
Implementation
@Deprecated("Use ClassElement.instantiate()")
ParameterizedType instantiate(List<DartType> argumentTypes);