toIntPoint method

Point<int> toIntPoint()

Implementation

Point<int> toIntPoint() => Point<int>(x.toInt(), y.toInt());