menu
ngcompiler package
documentation
v1/src/compiler/output/output_ast.dart
Expression
toStmt method
toStmt method
dark_mode
light_mode
toStmt
method
Statement
toStmt
(
)
Implementation
Statement toStmt() { return ExpressionStatement(this); }
ngcompiler package
documentation
v1/src/compiler/output/output_ast
Expression
toStmt method
Expression class