points property

Iterable<Point> points

Collection of points making up the line string.

Implementation

Iterable<Point> get points => _points.asIterable();