first method

  1. @override
IIterator<T> first()
override

Returns an iterator for the items in the collection.

Implementation

@override
IIterator<T> first() => _iIterable.first();