ChessBoardController.fromFEN constructor

ChessBoardController.fromFEN(
  1. String fen
)

Implementation

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