head property

T head

Returns the first element of this Iterable

Implementation

T get head => _l.first;