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