GroupExpr constructor

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

Implementation

GroupExpr(this.token, this.expr);