hasPrevious property
Whether there's more data to load in previous (oldest) direction.
Implementation
bool get hasPrevious => _hasPrevious;
set
hasPrevious
(dynamic value)
inherited
Implementation
set hasPrevious(value) => _hasPrevious = value;