sixth property

T get sixth

Returns the sixth element in the list or the element at index 5.

Implementation

T get sixth => elementAt(5);