ListUtil<E> extension

on

Methods

firstWhereNullable(bool test(E element)) → E?

Available on List<E>, provided by the ListUtil extension

lastWhereNullable(bool test(E element)) → E?

Available on List<E>, provided by the ListUtil extension