addPositions method
Implementation
CellShuffled addPositions(List<int> positions) =>
copyWith(positions: [...this.positions, ...positions]);
CellShuffled addPositions(List<int> positions) =>
copyWith(positions: [...this.positions, ...positions]);