hasPrevious property

bool hasPrevious

Whether there's more data to load in previous (oldest) direction.

Implementation

bool get hasPrevious => _hasPrevious;
void hasPrevious=(dynamic value)

Implementation

set hasPrevious(value) => _hasPrevious = value;