ListElementAtOrNull<E> extension
- on
-
- List<
E>
- List<
Methods
-
elementAtOrNull(
int index) → E? -
Returns an element at the given
index
ornull
if theindex
is out of bounds of this list.
index
or null
if the index
is out of
bounds of this list.