third property

T get third

Returns the third element in the list or the element at index 2.

Implementation

T get third => elementAt(2);