UnaryOp constructor

UnaryOp(
  1. UnaryOpKind kind,
  2. Expr arg
)

Implementation

UnaryOp(this.kind, this.arg);