IterableLastOrNull<E> extension

on

Properties

lastOrNull → E?

Available on Iterable<E>, provided by the IterableLastOrNull extension

Last element or null if the collection is empty.
no setter