futureMoves property

List<PlayedMove> futureMoves
final

Contains moves from the future, those that were popped using backward.

Implementation

final List<PlayedMove> futureMoves;