pagingController property

PagingController<PageKeyType, ItemType> pagingController
final

The controller for paged listings.

Informs the current state of the pagination and requests new items from its listeners.

Implementation

final PagingController<PageKeyType, ItemType> pagingController;