Conditional constructor

Conditional(
  1. Expr condition,
  2. Expr thenBranch,
  3. Expr elseBranch
)

Implementation

Conditional(this.condition, this.thenBranch, this.elseBranch, );