third property

E get third

Third element.

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

Implementation

E get third => _getElementAtOrThrow<E>(this, 2);