modules/collection/find library

Functions

find<T>(List<T?> list, dynamic iteratee) → T?
Iterates over elements of collection, returning the first element predicate returns truthy for. The predicate is invoked with the value of the current item. Arguments