toPoint method

Point<num> toPoint()

Implementation

Point toPoint() => Point(width, height);