SecondToNinthElementOnIterableExtension<T> extension

on

Properties

eighth → T

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the eighth element in the list or the element at index 7.
no setter
eighthOrNull → T?

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the eighth element in the list or null if the list has less than 8 elements.
no setter
fifth → T

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the fifth element in the list or the element at index 4.
no setter
fifthOrNull → T?

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the fifth element in the list or null if the list has less than 5 elements.
no setter
fourth → T

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the fourth element in the list or the element at index 3.
no setter
fourthOrNull → T?

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the fourth element in the list or null if the list has less than 4 elements.
no setter
ninth → T

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the ninth element in the list or the element at index 8.
no setter
ninthOrNull → T?

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the ninth element in the list or null if the list has less than 9 elements.
no setter
second → T

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the second element in the list or the element at index 1.
no setter
secondOrNull → T?

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the second element in the list or null if the list has less than 2 elements.
no setter
seventh → T

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the seventh element in the list or the element at index 6.
no setter
seventhOrNull → T?

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the seventh element in the list or null if the list has less than 7 elements.
no setter
sixth → T

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the sixth element in the list or the element at index 5.
no setter
sixthOrNull → T?

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the sixth element in the list or null if the list has less than 6 elements.
no setter
third → T

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the third element in the list or the element at index 2.
no setter
thirdOrNull → T?

Available on Iterable<T>, provided by the SecondToNinthElementOnIterableExtension extension

Returns the third element in the list or null if the list has less than 3 elements.
no setter