Creates a Divide operator: this / other.
this / other
Divide divide(Field other) => Divide(left: this, right: other);