IterableElementAtOrNull<E> extension

on

Methods

elementAtOrNull(int index) → E?

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

Returns an element at the given index or null if the index is out of bounds of this collection.