shuffle method Null safety

void shuffle (
  1. [Random? random]
)

Shuffles the elements of this list randomly.

Implementation

void shuffle([Random? random]);