menu
angular_compiler 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); }
angular_compiler package
documentation
v1/src/compiler/view_compiler/compile_method
CompileMethod
addStmts method
CompileMethod class
Constructors
new
Properties
hashCode
isEmpty
isNotEmpty
runtimeType
Methods
addStmt
addStmts
addStmtsIfFirstCheck
findReadVarNames
finish
noSuchMethod
toString
Operators
operator ==