getPositions property

List<Pair<int, int>> getPositions

It's a getter that returns the list of positions that were used to get to the current state.

Implementation

List<Pair<int, int>> get getPositions => _positions;