UnaryExpr constructor

UnaryExpr(
  1. String op,
  2. Expr operand
)

Implementation

UnaryExpr(this.op, this.operand);