ninth property

T get ninth

Returns the ninth element in the list or the element at index 8.

Implementation

T get ninth => elementAt(8);