PageReq constructor

PageReq({
  1. PaginationDetail? paginationDetail,
  2. SearchDetail? searchDetail,
  3. String? createdBy,
  4. String? updatedBy,
})

Implementation

PageReq(
    {this.paginationDetail,
    this.searchDetail,
    this.createdBy,
    this.updatedBy});