Map<String, dynamic> extractPoints(divisions) { return { "shape": getPoints(divisions), "holes": getPointsHoles(divisions) }; }