hasNext property
true
if there's a next item to advance to.
Implementation
@override
ObservableReference<bool> hasNext = ObservableReference<bool>(false);
true
if there's a next item to advance to.
@override
ObservableReference<bool> hasNext = ObservableReference<bool>(false);