movesFromFuture property

List<PlayedMove> movesFromFuture

Returns moves that are in the future. That means they were played but player went backward to explore move history.

Implementation

List<PlayedMove> get movesFromFuture => _gameHistory.futureMoves;