minus method

Implementation

BinaryOperatorExpr minus(Expression rhs) {
  return BinaryOperatorExpr(BinaryOperator.minus, this, rhs);
}