nameIntersections property

List<String> get nameIntersections

Implementation

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