GetOrNull<T> extension

on

Methods

getOrNull(int index) → T?
Returns the element of position index of the list or null if index is out of bounds.