hasNext property

bool hasNext

Implementation

bool get hasNext => _index < _items.length - 1;