board property

List<Piece?> board
getter/setter pair

Implementation

List<Piece?> board = List.filled(128, null, growable: false);