Dart
dart:core
List
<
E
>
shuffle abstract method
shuffle
List class
Constructors
List
filled
from
generate
of
unmodifiable
Properties
first
last
length
reversed
hashCode
isEmpty
isNotEmpty
iterator
runtimeType
single
Methods
add
addAll
asMap
cast
clear
fillRange
getRange
indexOf
indexWhere
insert
insertAll
lastIndexOf
lastIndexWhere
remove
removeAt
removeLast
removeRange
removeWhere
replaceRange
retainWhere
setAll
setRange
shuffle
sort
sublist
any
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator +
operator []
operator []=
operator ==
Static methods
castFrom
copyRange
writeIterable
shuffle method
void
shuffle
(
[
Random
random
])
Shuffles the elements of this list randomly.
Implementation
void shuffle([Random random]);