shuffle method

view source

void shuffle ([Random? random]) inherited

Implementation

void shuffle([Random? random]) {
  throw new UnsupportedError("Cannot modify an unmodifiable list");
}