Shuffles the elements of this list randomly.
@override void shuffle([Random? random]) { return _collective.shuffle(random); }