second property

T get second

Returns the second element in the list or the element at index 1.

Implementation

T get second => elementAt(1);