points property

Iterable<Point> points

All points as a lazy iterable of Point geometries.

Implementation

Iterable<Point> get points => positions.map<Point>(Point.new);