first property

T get first

Returns the first element in the iterable.

Implementation

T get first => value.first;