point property

Point get point

The x, y coordinates.

Implementation

Point get point => Point(x, y);