instantiate abstract method

DartType instantiate(
  1. NamedDartType typeRef
)

instantiates the type parameters of this element with the given type

Implementation

DartType instantiate(NamedDartType typeRef);