PageMeta.of constructor

PageMeta.of(
  1. PageRequest req,
  2. int total
)

Implementation

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