seventh property

T get seventh

Returns the seventh element in the list or the element at index 6.

Implementation

T get seventh => elementAt(6);