PaginationManagerWithSearch<T> class

A class that holds a PaginationManager and a PaginationSearchManager.

This class is used to manage pagination and search functionality together.

Constructors

PaginationManagerWithSearch({required PaginatedRepositoryWithSearch<T> repositoryWithSearch, int limitPerPage = 20, int limitPerPageInSearch = 20})
Constructor for the PaginationManagerWithSearch class.

Properties

hashCode int
The hash code for this object.
no setterinherited
limitPerPage int
Items per page.
final
limitPerPageInSearch int
Items per page in search.
final
paginationManager PaginationManager<T>
The PaginationManager instance.
getter/setter pair
paginationSearchManager PaginationSearchManager<T>
The PaginationSearchManager instance.
getter/setter pair
repositoryWithSearch PaginatedRepositoryWithSearch<T>
the Interface for fetching paginated items from a repository.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited