endPoint property

Point get endPoint

A Point representation of x3,y3, the end point of the curve.

Implementation

Point get endPoint => Point(x3, y3);