modulo method

Implementation

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