Shuffles the elements of this list randomly.
Source
void shuffle([Random random]) {
  throw new UnsupportedError("Cannot shuffle immutable List.");
}
    Shuffles the elements of this list randomly.
void shuffle([Random random]) {
  throw new UnsupportedError("Cannot shuffle immutable List.");
}