toPoint method

Point<num> toPoint()

Creates a Point from the Offset

Implementation

Point toPoint() => Point(dx, dy);