ListSecondThirdExtension<T> extension

Second/third element or null.

on

Properties

secondOrNull → T?

Available on List<T>, provided by the ListSecondThirdExtension extension

Element at index 1, or null if length < 2.
no setter
thirdOrNull → T?

Available on List<T>, provided by the ListSecondThirdExtension extension

Element at index 2, or null if length < 3.
no setter