menu
ngcompiler package
documentation
v1/src/compiler/output/output_ast.dart
Expression
cast method
cast method
dark_mode
light_mode
cast
method
Expression
cast
(
OutputType
type
)
Implementation
Expression cast(OutputType type) { return CastExpr(this, type); }
ngcompiler package
documentation
v1/src/compiler/output/output_ast
Expression
cast method
Expression class