ValueExpression constructor

ValueExpression(
  1. Value value,
  2. FileSpan span
)

Implementation

ValueExpression(this.value, this.span);