getBoard property

List<List<int>> getBoard

It's a getter that returns the cross.

Implementation

List<List<int>> get getBoard => _shape.getGrid;