addPositions method

CellShuffled addPositions(
  1. List<int> positions
)

Implementation

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