Whether the iterator has a next element.
Should be checked to be true before calling next.
true
bool get hasNext => _ensureHasNext;