Expr.negate constructor

const Expr.negate(
  1. Expr arg
)

Implementation

const factory Expr.negate(Expr arg) = ExprNegate;