ListElementAtOrNull<E> extension

on

Methods

elementAtOrNull(int index) → E?

Available on List<E>, provided by the ListElementAtOrNull extension

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