List<String> get nameDifferences => verticalLines.keys.toSet() .difference(horizontalLines.keys.toSet()).toList();