menu
tart_dev package
documentation
ast.dart
IfStatement
IfStatement const constructor
IfStatement const constructor
dark_mode
light_mode
IfStatement
constructor
const
IfStatement
(
AstNode
condition
,
AstNode
thenBranch
,
AstNode
?
elseBranch
)
Implementation
const IfStatement(this.condition, this.thenBranch, this.elseBranch);
tart_dev package
documentation
ast
IfStatement
IfStatement const constructor
IfStatement class