ListExt<E> extension

on

Methods

firstOrNull() → E?
firstWhereOrNull(bool test(E element), {E orElse()?}) → E?