second property

E second

Second element.

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

Implementation

E get second => elementAt(1);