IterableFirstOrNull<E> extension

on

Properties

firstOrNull → E?

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

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