menu
dax package
documentation
stmt.dart
If
If constructor
If constructor
dark_mode
light_mode
If
constructor
If
(
Expr
condition
,
Stmt
thenBranch
,
Stmt
?
elseBranch
)
Implementation
If(this.condition, this.thenBranch, this.elseBranch, );
dax package
documentation
stmt
If
If constructor
If class