Returns a list containing the elements of this collection shuffled reactively.
Coral<List<E>> shuffled([Random? random]) => coral.map((source) => List.unmodifiable(source.shuffled(random)));