SecondToNinthElementOnIterableExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Properties
- eighth → T
-
Available on Iterable<
Returns the eighth element in the list or the element at index 7.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - eighthOrNull → T?
-
Available on Iterable<
Returns the eighth element in the list or null if the list has less than 8 elements.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - fifth → T
-
Available on Iterable<
Returns the fifth element in the list or the element at index 4.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - fifthOrNull → T?
-
Available on Iterable<
Returns the fifth element in the list or null if the list has less than 5 elements.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - fourth → T
-
Available on Iterable<
Returns the fourth element in the list or the element at index 3.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - fourthOrNull → T?
-
Available on Iterable<
Returns the fourth element in the list or null if the list has less than 4 elements.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - ninth → T
-
Available on Iterable<
Returns the ninth element in the list or the element at index 8.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - ninthOrNull → T?
-
Available on Iterable<
Returns the ninth element in the list or null if the list has less than 9 elements.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - second → T
-
Available on Iterable<
Returns the second element in the list or the element at index 1.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - secondOrNull → T?
-
Available on Iterable<
Returns the second element in the list or null if the list has less than 2 elements.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - seventh → T
-
Available on Iterable<
Returns the seventh element in the list or the element at index 6.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - seventhOrNull → T?
-
Available on Iterable<
Returns the seventh element in the list or null if the list has less than 7 elements.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - sixth → T
-
Available on Iterable<
Returns the sixth element in the list or the element at index 5.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - sixthOrNull → T?
-
Available on Iterable<
Returns the sixth element in the list or null if the list has less than 6 elements.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - third → T
-
Available on Iterable<
Returns the third element in the list or the element at index 2.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter - thirdOrNull → T?
-
Available on Iterable<
Returns the third element in the list or null if the list has less than 3 elements.T> , provided by the SecondToNinthElementOnIterableExtension extensionno setter