menu
flutter_chess_board package
documentation
flutter_chess_board.dart
ChessBoardController
isThreefoldRepetition method
isThreefoldRepetition method
dark_mode
light_mode
isThreefoldRepetition
method
bool
isThreefoldRepetition
(
)
Implementation
bool isThreefoldRepetition() { return game.in_threefold_repetition; }
flutter_chess_board package
documentation
flutter_chess_board
ChessBoardController
isThreefoldRepetition method
ChessBoardController class