shuffle method

void shuffle([
  1. Random? random
])

Implementation

void shuffle([Random? random]) {
  _safeList.shuffle(random);
}