currentBoard property

List<List<Piece>> currentBoard
read / write

Implementation

List<List<Piece>> currentBoard = _initTablero(true);