menu
flutter_chess_board package
documentation
flutter_chess_board.dart
ChessBoardController
getSan method
getSan method
dark_mode
light_mode
getSan
method
List
<
String
?
>
getSan
(
)
Implementation
List<String?> getSan() { return game.san_moves(); }
flutter_chess_board package
documentation
flutter_chess_board
ChessBoardController
getSan method
ChessBoardController class