BrowsePagination constructor
Returns a new BrowsePagination instance.
Implementation
const BrowsePagination({
this.page,
this.nbHits,
this.nbPages,
this.hitsPerPage,
});
Returns a new BrowsePagination instance.
const BrowsePagination({
this.page,
this.nbHits,
this.nbPages,
this.hitsPerPage,
});