fourth property

T get fourth

Returns the fourth element in the list or the element at index 3.

Implementation

T get fourth => elementAt(3);