hasNext property

bool get hasNext
inherited

Whether there's more data to load in next (latest) direction.

Implementation

bool get hasNext => _hasNext;
set hasNext (dynamic value)
inherited

Implementation

set hasNext(value) => _hasNext = value;