UnaryExpr constructor

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

Implementation

UnaryExpr(this.prefix, {required this.rhs});