eighth property
T
get
eighth
Returns the eighth element in the list or the element at index 7.
Implementation
T get eighth => elementAt(7);
Returns the eighth element in the list or the element at index 7.
T get eighth => elementAt(7);