IfStatement constructor

IfStatement(
  1. Expression test,
  2. ASTNode consequent,
  3. ASTNode? alternate
)

Implementation

IfStatement(this.test, this.consequent, this.alternate);