Then constructor

Then(
  1. Expr future,
  2. Token name,
  3. Expr then
)

Implementation

Then(this.future, this.name, this.then, );