fen property

String get fen

Get Forsyth-Edwards Notation for the current position.

Implementation

String get fen {
  return generate_fen();
}