menu
wp_chessboard package
documentation
models/chess_state.dart
ChessState
getEntry method
getEntry method
dark_mode
light_mode
getEntry
method
StateEntry
getEntry
(
int
rank
,
int
file
)
Implementation
StateEntry getEntry(int rank, int file) { return board[rank-1]![file-1]!; }
wp_chessboard package
documentation
models/chess_state
ChessState
getEntry method
ChessState class