toPair method

(int, int) toPair()

Returns a pair (x, y) of this offset.

Implementation

(int x, int y) toPair() => (x, y);