v1/src/compiler/output/convert library
Functions
-
fromDartType(
DartType? dartType, {bool resolveBounds = true}) → OutputType? -
Creates an AST for code generation from
dartType
. -
fromFunctionType(
FunctionType functionType) → FunctionType -
Creates an AST for code generation from
functionType
-
fromTypeLink(
TypeLink? typeLink, LibraryReader library) → OutputType -
Creates an AST from code generation from
typeLink
.