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