NotExpr constructor

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

Implementation

NotExpr(super.token, this.expr);