ChessBoardController.fromGame constructor
ChessBoardController.fromGame(
- Chess game
Implementation
factory ChessBoardController.fromGame(Chess game) =>
ChessBoardController._(game);
factory ChessBoardController.fromGame(Chess game) =>
ChessBoardController._(game);