fen property
String
get
fen
Get Forsyth-Edwards Notation for the current position.
Implementation
String get fen {
return generate_fen();
}
Get Forsyth-Edwards Notation for the current position.
String get fen {
return generate_fen();
}