copyWithPagination abstract method
Creates a new state with the updated pagination pointer.
Implementation
PaginationControllerState<ItemType, PM, ErrorType> copyWithPagination(
PM pagination);
Creates a new state with the updated pagination pointer.
PaginationControllerState<ItemType, PM, ErrorType> copyWithPagination(
PM pagination);