redoHistory property

List<String> redoHistory
getter/setter pair

Stores undone moves for redo

Implementation

List<String> redoHistory = [];