ExprNot constructor

const ExprNot(
  1. Expr arg
)

Implementation

const ExprNot(this.arg);