IterableFirstOrNullWhere<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
firstOrNullWhere(
bool predicate(E element)) → E? -
Available on Iterable<
Returns the first element matching the givenE> , provided by the IterableFirstOrNullWhere extensionpredicate
, ornull
if no such element was found.