IfStatement constructor
IfStatement(
- Expression test,
- ASTNode consequent,
- ASTNode? alternate
Implementation
IfStatement(this.test, this.consequent, this.alternate);