board property

List<List<ChessPiece?>> board
getter/setter pair

Implementation

List<List<ChessPiece?>> board = [];