lastMove property

HistoryMove? get lastMove

Get the last move made

Implementation

HistoryMove? get lastMove => _history.isNotEmpty ? _history.last : null;