shuffle method
Shuffles the elements of this list randomly.
Implementation
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.");
}