modulo method
Returns the remainder of dividing this expression by another
Implementation
Expression modulo(Expression other) {
return _ModuloExpression(this, other);
}
Returns the remainder of dividing this expression by another
Expression modulo(Expression other) {
return _ModuloExpression(this, other);
}