Chess960.fromFEN constructor Null safety

Chess960.fromFEN(
  1. String fen
)

Start with a position from a FEN

Implementation

Chess960.fromFEN(String fen) {
  load(fen);
}