Offset operator /(double operand)

Division operator. Returns an offset whose coordinates are the coordinates of the left-hand-side operand (an Offset) divided by the scalar right-hand-side operand (a double).

Source

Offset operator /(double operand) => new Offset(dx / operand, dy / operand);