List<String> get nameIntersections => verticalLines.keys.toSet() .intersection(horizontalLines.keys.toSet()).toList();