Checks whether any element of this iterable satisfies test
.
Checks every element in iteration order, and returns true
if any of them make test
return true
, otherwise returns false.
bool any(bool f(String element)) => readClasses().any(f);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-svg/AttributeClassSet/any.html