NextPageKeyBuilder<PageKeyType, ItemType> typedef

NextPageKeyBuilder<PageKeyType, ItemType> = PageKeyType? Function(List<ItemType>? lastItems, PageKeyType page, int limit)

Implementation

typedef NextPageKeyBuilder<PageKeyType, ItemType> = PageKeyType? Function(
    List<ItemType>? lastItems, PageKeyType page, int limit);