PageMeta.of constructor
PageMeta.of(
- PageRequest req,
- int total
Implementation
factory PageMeta.of(PageRequest req, int total) =>
PageMeta(page: req.page, perPage: req.perPage, total: total);