menu
simple_chess_board package
documentation
models/move_history.dart
MoveHistory
length property
length property
dark_mode
light_mode
length
property
int
get
length
Total number of moves in history
Implementation
int get length => _history.length;
simple_chess_board package
documentation
models/move_history
MoveHistory
length property
MoveHistory class