ListUtil<E> extension
List Utility.
- on
-
- Iterable<
E>
- Iterable<
Methods
-
elementAtSafe(
int index) → E? -
Available on Iterable<
Same as elementAt but if the index is higher than the length returns nullE> , provided by the ListUtil extension