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