FirstWhereExt<T> extension

on

Methods

firstWhereOrNull(bool test(T element)) → T?

Available on List<T>, provided by the FirstWhereExt extension

The first element satisfying test, or null if there are none.