ListElementAtOrNull<E> extension
- on
-
- List<
E>
- List<
Methods
-
elementAtOrNull(
int index) → E? -
Available on List<
Returns an element at the givenE> , provided by the ListElementAtOrNull extensionindexornullif theindexis out of bounds of this list.