IterableLastOrNullWhere<E> extension

on

Methods

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