PagedState<PageKeyType, ItemType> constructor

const PagedState<PageKeyType, ItemType>({
  1. List<ItemType>? records,
  2. dynamic error,
  3. PageKeyType? nextPageKey,
})

Implementation

const PagedState({this.records, this.error, this.nextPageKey});