utils/substitute_type library
Functions
-
buildTypeSubstitutionMap(
ClassElement element, List< DartType> typeArguments) → Map<String, DartType> -
substituteType(
DartType type, Map< String, DartType> substitutions) → DartType -
typeArgumentsFrom(
DartType type) → List< DartType>