BoundVariable(Expression expr)

Creates an anonymous variable which is bound to the given expression.

Source

BoundVariable(Expression expr): super('anon') {
  this.value = expr;
}