Expression constructor

Expression(
  1. String expression
)

Creates a new Expression.

Implementation

Expression(this.expression);