Creates a Modulo operator: this % other.
this % other
Modulo modulo(Field other) => Modulo(left: this, right: other);