FutureOr<bool> moveNext() { final _next = _currIter?.moveNext() == true; if (_next == true) return true; return moveNextPage(); }