hasNext property

bool hasNext

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

Implementation

bool get hasNext => _hasNext;
void hasNext=(dynamic value)

Implementation

set hasNext(value) => _hasNext = value;