shuffle method
override
Shuffles the elements of this list randomly.
Implementation
void shuffle([math.Random random]) {
_listBase.shuffle(random);
}
Shuffles the elements of this list randomly.
void shuffle([math.Random random]) {
_listBase.shuffle(random);
}