CoreListNullableExtension<T> extension

on

Methods

lastOrNull({bool filter(T item)?}) → T?
removeLastWhere({bool removeIf(T item)?, T? removeItem}) bool
whereIndexed([bool filter(T item)?]) Iterable<ListIndex<T>>