List.shuffle() in Dart?
I'm looking every where on the web (dart website, stackoverflow, forums, etc), and I can't find my answer. So there is my problem: I need to write a function, that print a random sort of a list, w...