NotExpr constructor

NotExpr(
  1. Token token,
  2. MathExpr expr
)

Implementation

NotExpr(this.token, this.expr);