second property

E get second

Second element.

[1, 2, 3].second; // 2

Implementation

E get second => elementAt(1);