UnaryExpression constructor

UnaryExpression(
  1. String _op,
  2. Expr _exp
)

Implementation

UnaryExpression(this._op, this._exp);