hasNext 属性

bool hasNext

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

在调用 next 之前应该检查是否为 true

实现

bool get hasNext => _ensureHasNext;