PaginationEntity constructor

PaginationEntity(
  1. int currentPage,
  2. int totalPage,
  3. int totalRecord,
  4. int limit
)

Implementation

PaginationEntity(this.currentPage, this.totalPage, this.totalRecord, this.limit);