coordinates property

Point<T> coordinates

Complete coordinates.

Implementation

Point<T> get coordinates => Point<T>(x, y);