ChessBoardController.fromFEN constructor
ChessBoardController.fromFEN(
- String fen
Implementation
factory ChessBoardController.fromFEN(String fen) =>
ChessBoardController._(Chess.fromFEN(fen));
factory ChessBoardController.fromFEN(String fen) =>
ChessBoardController._(Chess.fromFEN(fen));