LastWhereExt<T> extension

on

Methods

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

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

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