v1/src/angular_compiler/analyzer/common library
Functions
-
getTypeImport(
DartType type) → String -
Returns the import URL for
type. -
getTypeName(
DartType type) → String? -
Forwards and backwards-compatible method of getting the "name" of
type. -
typeArgumentOf(
DartObject object, [int index = 0]) → DartType -
Returns the bound
DartTypefrom the instanceobject. -
typeToCode(
DartType? type) → String? -
urlOf(
Element? element, [String? name]) → Uri -
Returns a canonical URL pointing to
element.