add method

void add(
  1. PlayedMove move
)

Adds a move to the list of played moves.

Implementation

void add(PlayedMove move) => moves.add(move);