history property

List<HistoryMove> get history

All moves in chronological order

Implementation

List<HistoryMove> get history => List.unmodifiable(_history);