ListUtil<E> extension

List Utility.

on

Methods

elementAtSafe(int index) → E?

Available on Iterable<E>, provided by the ListUtil extension

Same as elementAt but if the index is higher than the length returns null