toIntPoint method

CustomPoint<int> toIntPoint()

Implementation

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