shuffle method
override
Shuffles the elements of this list randomly.
Implementation
void shuffle([Random random]) => delegate.shuffle(random);
Shuffles the elements of this list randomly.
void shuffle([Random random]) => delegate.shuffle(random);