UnaryExpr constructor

UnaryExpr(
  1. Token token, {
  2. required MathExpr rhs,
})

Implementation

UnaryExpr(super.token, {required this.rhs});