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