PageReq constructor
PageReq({
- PaginationDetail? paginationDetail,
- SearchDetail? searchDetail,
- String? createdBy,
- String? updatedBy,
Implementation
PageReq(
{this.paginationDetail,
this.searchDetail,
this.createdBy,
this.updatedBy});