fourth property

E fourth

Fourth element.

[1, 2, 3, 4].fourth; // 4

Implementation

E get fourth => elementAt(3);