fen static method

String fen({
  1. String whiteGate = '8',
  2. String blackGate = '8',
})

Implementation

static String fen({String whiteGate = '8', String blackGate = '8'}) =>
    '$blackGate/rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR/$whiteGate w KQkq - 0 1';