IterableElementAtOrDefault<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
elementAtOrDefault(
int index, E defaultValue) → E -
Returns an element at the given
index
ordefaultValue
if theindex
is out of bounds of this collection.