points property

List<Point> get points

Returns the generated points.

Implementation

List<Point> get points => List.unmodifiable(_points);