movesPlayed property

List<PlayedMove> movesPlayed

Returns moves played until current position.

Implementation

List<PlayedMove> get movesPlayed => _gameHistory.moves;