history property
List<HistoryMove>
get
history
All moves in chronological order
Implementation
List<HistoryMove> get history => List.unmodifiable(_history);
All moves in chronological order
List<HistoryMove> get history => List.unmodifiable(_history);