history property

List<int> history
getter/setter pair

A record of all the previous indices the cursor was at preceding an operation.

Implementation

List<int> history = [];