Variable constructor

Variable(
  1. String name,
  2. ASTNode expression
)

Implementation

Variable(this.name, this.expression);