last property

T get last

Returns the last element in the iterable.

Implementation

T get last => value.last;