menu
chess_interface package
documentation
chess_interface_dart.dart
ChessBoardInterface
board property
board property
dark_mode
light_mode
board
property
List
<
List
<
ChessPiece
?
>
>
board
getter/setter pair
Implementation
List<List<ChessPiece?>> board = [];
chess_interface package
documentation
chess_interface_dart
ChessBoardInterface
board property
ChessBoardInterface class