nameDifferences property

List<String> get nameDifferences

Implementation

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