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