canGoBackward property

bool canGoBackward

Is there a move in the past?

Implementation

bool get canGoBackward => _gameHistory.moves.isNotEmpty;