Expr.not constructor

const Expr.not(
  1. Expr arg
)

Implementation

const factory Expr.not(Expr arg) = ExprNot;