IterableFirstOrNullWhere<E> extension

on

Methods

firstOrNullWhere(bool predicate(E element)) → E?
Returns the first element matching the given predicate, or null if no such element was found.