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