canGoForward property

bool canGoForward

Is there a future move?

Implementation

bool get canGoForward => _gameHistory.futureMoves.isNotEmpty;