PagedValue<T> constructor
- required bool hasReachedEnd,
- required AsyncValue<
List< value,T> >
Implementation
const PagedValue({
required this.hasReachedEnd,
required this.value,
});
const PagedValue({
required this.hasReachedEnd,
required this.value,
});