void shuffle(. [Random? random]. ) Shuffles the elements of this list randomly. final numbers = <int>[1, 2, 3, 4, 5]; numbers.shuffle(); print(numbers); ...
確定! 回上一頁