minus method

Implementation

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