third property

E get third

Third element.

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

Implementation

E get third => elementAt(2);