hasNext 属性

bool hasNext

迭代器是否具有下一个元素。

在调用 next 方法之前应该检查为 true

实现

bool get hasNext => _ensureHasNext;