ListSecondThirdExtension<T> extension
Second/third element or null.
- on
-
- List<
T>
- List<
Properties
- secondOrNull → T?
-
Available on List<
Element at index 1, or null if length < 2.T> , provided by the ListSecondThirdExtension extensionno setter - thirdOrNull → T?
-
Available on List<
Element at index 2, or null if length < 3.T> , provided by the ListSecondThirdExtension extensionno setter