points property

List<Point<double>> points

List of points. Loses details on curves

Implementation

List<Point<double>> get points => edges.map((e) => e.start).toList();