nameUnions property

List<String> get nameUnions

Implementation

List<String> get nameUnions => verticalLines.keys.toSet()
    .union(horizontalLines.keys.toSet()).toList();