menu
ngcompiler package
documentation
v1/src/compiler/view_compiler/compile_method.dart
CompileMethod
addStmts method
addStmts method
dark_mode
light_mode
addStmts
method
void
addStmts
(
List
<
Statement
>
stmts
)
Implementation
void addStmts(List<o.Statement> stmts) { if (stmts.isEmpty) return; _bodyStatements.addAll(stmts); }
ngcompiler package
documentation
v1/src/compiler/view_compiler/compile_method
CompileMethod
addStmts method
CompileMethod class