getNamedType abstract method
Gets a named type reference from a name and package URL.
This resolves a type reference by name and package, which can then be used for type checking or element resolution.
@param name The name of the type @param packageUrl The package URL containing the type @return A NamedDartType reference to the type
Implementation
NamedDartType getNamedType(String name, String packageUrl);