fifth property

T get fifth

Returns the fifth element in the list or the element at index 4.

Implementation

T get fifth => elementAt(4);