menu
wp_chessboard package
documentation
models/chess_state.dart
StateEntry
getKey method
getKey method
dark_mode
light_mode
getKey
method
String
getKey
(
)
Implementation
String getKey() { return "ste_" + position.toString() + "_" + piece; }
wp_chessboard package
documentation
models/chess_state
StateEntry
getKey method
StateEntry class