ChessBoardController.fromGame constructor

ChessBoardController.fromGame(
  1. Chess game
)

Implementation

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