moves property

List<Move> moves

The Algorithm's moves.

Implementation

List<Move> get moves => List.unmodifiable(_moves);