Var constructor

Var(
  1. Token name,
  2. Expr? initializer
)

Implementation

Var(this.name, this.initializer, );