How do you continue in forEach Dart?

The functionality of foreach() but with an equivalent of break , is given by any() : to continue the loop you return false , to stop you return true; the result of any() can be ignored.25 Eyl 2012

Sizin İçin Seçtik  What is the difference between array and List in Dart?

Leave a Reply

Your email address will not be published. Required fields are marked *