length property

int length

Returns the number of moves played by both players.

Implementation

int get length => moves.length + futureMoves.length;