divide method

Implementation

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