board property Null safety

List<Piece?> board
read / write

Implementation

List<Piece?> board = []..length = 128;