Ring specifying the area.
Example:
// Get polygon points List<Point> points = polygon.points; print("Polygon points: ${points.map((p) => "(${p.x}, ${p.y})").join(", ")}");
List<Point> points;